GET /api/bet_types/7c0644a3-d11d-462f-94ac-2bca9dcc2a4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c0644a3-d11d-462f-94ac-2bca9dcc2a4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e9565ee-a4fd-4171-931b-f44ae6d69f43/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:12.407218-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6318b922-e082-40bd-bcf9-e7b37bd62ee1",
            "gambit_id": "ce0cdf0d-f4c7-4a0d-9205-b52418e9974c",
            "last_updated": "2023-10-30T15:38:31.384402-04:00",
            "created_at": "2023-10-25T09:13:12.410793-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c0644a3-d11d-462f-94ac-2bca9dcc2a4d/?format=api"
        },
        {
            "id": "0bece043-e765-4069-bf14-10793c5ac6f3",
            "gambit_id": "19ddb3c3-6188-4c91-8990-3fb775c07328",
            "last_updated": "2023-10-30T15:38:31.388052-04:00",
            "created_at": "2023-10-25T09:13:12.414682-04:00",
            "name": "Green Bay Packers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c0644a3-d11d-462f-94ac-2bca9dcc2a4d/?format=api"
        }
    ]
}