GET /api/bet_types/7f2d3f4f-20a4-404b-adae-27f4a6c2050d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f2d3f4f-20a4-404b-adae-27f4a6c2050d",
    "match": "https://api-prod.gambitprofit.com/api/matches/04b0f6df-60f9-41e4-a468-21fb72b89a6a/?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": "HOU (C Javier)",
                "amount": 5780.0
            },
            {
                "team": "TAM (S McClanahan)",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "34c230da-4b34-437e-875c-60da7b14428d",
            "gambit_id": "3ca48679-d411-4d01-a57b-f87b59ecf1cc",
            "last_updated": "2022-10-02T15:17:30.581619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (C Javier)",
            "reward": "1.65000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f2d3f4f-20a4-404b-adae-27f4a6c2050d/?format=api"
        },
        {
            "id": "929f38ab-839d-45d7-a15f-423ffa551054",
            "gambit_id": "d80ea4a9-810f-42d2-a5b7-4e938b6f036c",
            "last_updated": "2022-10-02T15:17:30.582761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (S McClanahan)",
            "reward": "2.26000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f2d3f4f-20a4-404b-adae-27f4a6c2050d/?format=api"
        }
    ]
}