GET /api/bet_types/160cfd35-7ce6-4ff7-8ab4-46d252a3bbac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "160cfd35-7ce6-4ff7-8ab4-46d252a3bbac",
    "match": "https://api-prod.gambitprofit.com/api/matches/35d3281e-f43c-49bd-b013-e09351a28dd3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:17.609988-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ae8d96f-51b2-4852-b349-64610d5f657d",
            "gambit_id": "d7847c5f-a0f2-4724-91b9-149ba984f27b",
            "last_updated": "2023-12-27T13:17:59.391111-05:00",
            "created_at": "2023-12-26T11:58:17.614302-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160cfd35-7ce6-4ff7-8ab4-46d252a3bbac/?format=api"
        },
        {
            "id": "d1c7dbd9-a650-4de7-a4a7-5851ecb27370",
            "gambit_id": "bb924dd9-180a-46bc-a53a-cf1f7a0f8be1",
            "last_updated": "2023-12-27T13:17:59.394383-05:00",
            "created_at": "2023-12-26T11:58:17.618519-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160cfd35-7ce6-4ff7-8ab4-46d252a3bbac/?format=api"
        }
    ]
}