GET /api/bet_types/24faf7cc-26d7-4cdd-b7ef-b2cc9491a240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24faf7cc-26d7-4cdd-b7ef-b2cc9491a240",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ab788d1-b528-4444-bf2d-672b0a67c5e9/?format=api",
    "name": "Pick the Winner",
    "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": "LAA (P Sandoval)",
                "amount": 5310.0
            },
            {
                "team": "TEX (C Ragans)",
                "amount": 4690.0
            }
        ],
        "expected_reward_tokens": 9239.3,
        "profit_sb": 239.3,
        "profit_sb_percentage": 2.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b318dfe-303f-47bc-bccb-88e26bfa46ca",
            "gambit_id": "10e5d516-e482-44a1-839b-3c743bb69b35",
            "last_updated": "2022-09-21T16:22:00.499159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24faf7cc-26d7-4cdd-b7ef-b2cc9491a240/?format=api"
        },
        {
            "id": "334e469d-9922-4779-adce-8edfec9bc290",
            "gambit_id": "3daee57c-3fb7-4231-899a-33667bf33dbd",
            "last_updated": "2022-09-21T16:22:00.498071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (C Ragans)",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24faf7cc-26d7-4cdd-b7ef-b2cc9491a240/?format=api"
        }
    ]
}