GET /api/bet_types/08553d74-78a1-40f5-be08-334fa406c1da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08553d74-78a1-40f5-be08-334fa406c1da",
    "match": "https://api-prod.gambitprofit.com/api/matches/af3e2d71-1e76-4b5a-a066-990b04c0d0ff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:15.222203-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "957056a9-745e-4ac6-abf2-992cd79aea8c",
            "gambit_id": "891f76e5-d282-4155-b37d-60e8fbc1e72f",
            "last_updated": "2023-12-23T21:03:20.726743-05:00",
            "created_at": "2023-12-22T10:13:15.231253-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08553d74-78a1-40f5-be08-334fa406c1da/?format=api"
        },
        {
            "id": "d180d8da-66e6-4c5f-b887-db168de46d73",
            "gambit_id": "178a862f-0a03-4d1e-be29-c9cd16fedab6",
            "last_updated": "2023-12-23T21:03:20.731228-05:00",
            "created_at": "2023-12-22T10:13:15.235262-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08553d74-78a1-40f5-be08-334fa406c1da/?format=api"
        }
    ]
}