GET /api/bet_types/5cb2f0d5-e364-46ae-ae8d-c2dc56fe9b48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cb2f0d5-e364-46ae-ae8d-c2dc56fe9b48",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a3d6be7-94f6-445b-b3df-085ddf81767b/?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": "San Jose Sharks",
                "amount": 6721.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "d661059e-7e0a-4547-b236-46704dc471b8",
            "gambit_id": "a97d7419-0600-4e3f-bfbc-7157bcadf724",
            "last_updated": "2022-10-24T11:52:23.325971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb2f0d5-e364-46ae-ae8d-c2dc56fe9b48/?format=api"
        },
        {
            "id": "cd2d92cd-3244-4e5d-b0f8-5671c2c94cd5",
            "gambit_id": "2fc593ea-1f65-42dd-ac5a-52c1294cb985",
            "last_updated": "2022-10-24T11:52:23.324886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb2f0d5-e364-46ae-ae8d-c2dc56fe9b48/?format=api"
        }
    ]
}