GET /api/bet_types/338b4ac4-78c5-47ba-a8cd-8460c87724d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "338b4ac4-78c5-47ba-a8cd-8460c87724d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b0e8fef-e90a-413c-ad6f-c7f64a484063/?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": "HOU",
                "amount": 5410.0
            },
            {
                "team": "LAA",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": 88.2,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec6919fb-86bc-436a-b865-d6a5fd1e03fc",
            "gambit_id": "e8ba7dc1-b629-4b09-acb1-991b16f61a71",
            "last_updated": "2022-09-12T10:52:16.830821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/338b4ac4-78c5-47ba-a8cd-8460c87724d6/?format=api"
        },
        {
            "id": "c46c4b43-a91a-4455-90a0-e290978ab56b",
            "gambit_id": "0c76972d-7dd0-4fe3-8852-81f48af6e4f0",
            "last_updated": "2022-09-12T10:52:16.831802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/338b4ac4-78c5-47ba-a8cd-8460c87724d6/?format=api"
        }
    ]
}