GET /api/bet_types/f8618332-ec77-45cf-8d82-ea50ae472cc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8618332-ec77-45cf-8d82-ea50ae472cc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d065898a-ae09-4008-9412-f2496faf9ad8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:55.150776-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "289ed899-e6da-4625-97f8-63217fae3fd4",
            "gambit_id": "6ca1064c-55d3-4079-9902-f676785713b3",
            "last_updated": "2023-11-14T09:23:08.238385-05:00",
            "created_at": "2023-11-12T09:32:55.157628-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8618332-ec77-45cf-8d82-ea50ae472cc1/?format=api"
        },
        {
            "id": "f2634312-267b-4a8d-9ead-e50cc6aa7333",
            "gambit_id": "de76d0c5-7548-4517-bf77-abaf0b622041",
            "last_updated": "2023-11-14T09:23:08.249268-05:00",
            "created_at": "2023-11-12T09:32:55.165315-05:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8618332-ec77-45cf-8d82-ea50ae472cc1/?format=api"
        }
    ]
}