GET /api/bet_types/89ae915c-40e0-4264-a416-be1b066c0524/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89ae915c-40e0-4264-a416-be1b066c0524",
    "match": "https://api-prod.gambitprofit.com/api/matches/909a33ff-0b96-4019-8e8a-1848c5ec844a/?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": "SFO",
                "amount": 5511.0
            },
            {
                "team": "PIT",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6c1d56b-426f-41f0-a890-d9809cc5e690",
            "gambit_id": "65f6aede-7308-4c25-901f-fb61f5868e3e",
            "last_updated": "2022-08-13T10:47:08.600688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ae915c-40e0-4264-a416-be1b066c0524/?format=api"
        },
        {
            "id": "23d2fca8-89bb-4be8-83aa-8e8351530e34",
            "gambit_id": "67b9693a-f319-4974-9c66-56e212b6125a",
            "last_updated": "2022-08-13T10:47:08.601155-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ae915c-40e0-4264-a416-be1b066c0524/?format=api"
        }
    ]
}