GET /api/bet_types/be6e4696-44b7-4dea-a2ec-23c9f052155b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be6e4696-44b7-4dea-a2ec-23c9f052155b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e272036e-95b7-4f37-a2e3-4673241138fc/?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": "SEA",
                "amount": 5756.0
            },
            {
                "team": "WAS",
                "amount": 4244.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "5eff9f28-f66d-4fc1-95cf-c705285f6000",
            "gambit_id": "3ae35ab0-b3c8-4362-a476-44a36da975f5",
            "last_updated": "2022-08-25T10:17:08.400018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6e4696-44b7-4dea-a2ec-23c9f052155b/?format=api"
        },
        {
            "id": "05f6c0bc-ffa3-4514-bd22-c4bd23477797",
            "gambit_id": "4501f808-476e-4991-a545-627aaea04ae4",
            "last_updated": "2022-08-25T10:17:08.400486-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6e4696-44b7-4dea-a2ec-23c9f052155b/?format=api"
        }
    ]
}