GET /api/bet_types/0b0b9c3d-0024-4b26-9fc8-f61b596d871c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b0b9c3d-0024-4b26-9fc8-f61b596d871c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf45d155-ce8d-4f7a-886b-11748766591b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "MIA",
                "amount": 5911.0
            },
            {
                "team": "ATL",
                "amount": 4089.0
            }
        ],
        "expected_reward_tokens": 9280.27,
        "profit_sb": 280.27,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a09912c1-8448-4caa-8588-7f2fcd7b12a5",
            "gambit_id": "5bdae9e1-9e8a-4129-bc65-5a301a3c6284",
            "last_updated": "2022-08-15T14:17:15.394125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0b9c3d-0024-4b26-9fc8-f61b596d871c/?format=api"
        },
        {
            "id": "b9799763-6979-4f40-b089-b3f05f4b70b2",
            "gambit_id": "d3f65ce2-33d9-4a5f-be4e-2cfcc80ded84",
            "last_updated": "2022-08-15T14:17:15.394601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0b9c3d-0024-4b26-9fc8-f61b596d871c/?format=api"
        }
    ]
}