GET /api/bet_types/206838b0-0452-4dff-94a1-075e987aca0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "206838b0-0452-4dff-94a1-075e987aca0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/12efaae4-b424-4a65-b5df-692397761284/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:05.752902-05: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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "87a1982a-5412-47a7-8e60-4d05a0084fbb",
            "gambit_id": "a9903aad-5d03-4e60-808e-1c9216da86bc",
            "last_updated": "2023-11-07T21:03:27.626594-05:00",
            "created_at": "2023-11-06T07:58:05.759685-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/206838b0-0452-4dff-94a1-075e987aca0d/?format=api"
        },
        {
            "id": "b7708df6-6e7d-4c6c-822f-0a76d18e5f3b",
            "gambit_id": "4dd6f562-5d94-4b71-9269-db29c7e3364a",
            "last_updated": "2023-11-07T21:03:27.630506-05:00",
            "created_at": "2023-11-06T07:58:05.764639-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/206838b0-0452-4dff-94a1-075e987aca0d/?format=api"
        }
    ]
}