GET /api/bet_types/97bbc77d-f452-41a6-983c-4d48c60f7bd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97bbc77d-f452-41a6-983c-4d48c60f7bd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d672ae-b290-44d3-a8ed-65c5d197c486/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:08.110858-04: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": "ATL",
                "amount": 5614.0
            },
            {
                "team": "WAS",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "c273d47a-d5d6-4860-bf14-a6c169aa0596",
            "gambit_id": "11a7b998-dc40-4fe8-bcd5-9a9e21b334ca",
            "last_updated": "2023-09-30T10:53:16.261815-04:00",
            "created_at": "2023-09-29T09:23:08.120753-04:00",
            "name": "ATL",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97bbc77d-f452-41a6-983c-4d48c60f7bd9/?format=api"
        },
        {
            "id": "e1b8ed95-f562-45ae-9d61-822c12dcffd6",
            "gambit_id": "56cc3343-a747-4cd7-8556-b02a71baa78c",
            "last_updated": "2023-09-30T10:53:16.258669-04:00",
            "created_at": "2023-09-29T09:23:08.115315-04:00",
            "name": "WAS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97bbc77d-f452-41a6-983c-4d48c60f7bd9/?format=api"
        }
    ]
}