GET /api/bet_types/10725a0d-349b-405b-aede-8ff8f675112a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10725a0d-349b-405b-aede-8ff8f675112a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba09804-4e82-489b-8cce-50356911a773/?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": "Boston Bruins",
                "amount": 7209.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "91e1ed25-fe7e-427c-bd96-ca58ecaccc40",
            "gambit_id": "748d81f0-66a6-4924-bea3-632d2ee918cd",
            "last_updated": "2022-12-10T18:47:00.108745-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10725a0d-349b-405b-aede-8ff8f675112a/?format=api"
        },
        {
            "id": "079c08e2-4dfc-4308-8061-40779360c6f1",
            "gambit_id": "3ea16474-f116-42c7-a1f9-8fd6c1698bdb",
            "last_updated": "2022-12-10T18:47:00.107409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10725a0d-349b-405b-aede-8ff8f675112a/?format=api"
        }
    ]
}