GET /api/bet_types/7996ee77-d9b7-4711-a6d3-d148a4711bb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7996ee77-d9b7-4711-a6d3-d148a4711bb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0eba8071-deb5-400b-bd46-5b8a21790eb2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:11.030448-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": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "96e2392c-a2e4-4375-8a5c-a962ce79a37e",
            "gambit_id": "764f37b7-9749-4ef3-be23-73f7de623165",
            "last_updated": "2024-02-07T01:53:03.029144-05:00",
            "created_at": "2024-02-06T09:08:11.034137-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7996ee77-d9b7-4711-a6d3-d148a4711bb9/?format=api"
        },
        {
            "id": "917add4a-2b45-40a0-9ea7-3c4f4dc7737c",
            "gambit_id": "fb4da706-7005-4da8-8836-c11282fef65a",
            "last_updated": "2024-02-07T01:53:03.032332-05:00",
            "created_at": "2024-02-06T09:08:11.038060-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7996ee77-d9b7-4711-a6d3-d148a4711bb9/?format=api"
        }
    ]
}