GET /api/bet_types/03cb6d85-03fa-4cf5-876f-7d0d2f2373e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03cb6d85-03fa-4cf5-876f-7d0d2f2373e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1009ad20-ff05-418b-994a-f7a9091ff7b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:06.835335-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": "Atlanta Falcons",
                "amount": 5094.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d49c8821-73bc-4bcc-9579-68b0b2cdaed9",
            "gambit_id": "681f13f2-25c5-4d46-b74e-32e1c37611d4",
            "last_updated": "2023-11-06T21:18:16.004185-05:00",
            "created_at": "2023-11-02T09:03:06.843644-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03cb6d85-03fa-4cf5-876f-7d0d2f2373e0/?format=api"
        },
        {
            "id": "01159dd9-73ad-40b5-9f5d-294a31b82520",
            "gambit_id": "8068d9ec-4182-459c-9105-908e9b147bab",
            "last_updated": "2023-11-06T21:18:16.000175-05:00",
            "created_at": "2023-11-02T09:03:06.839763-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03cb6d85-03fa-4cf5-876f-7d0d2f2373e0/?format=api"
        }
    ]
}