GET /api/bet_types/b823110a-64d7-42d6-bd2e-012b531db4ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b823110a-64d7-42d6-bd2e-012b531db4ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/edb1251b-22e2-4058-bc0c-0db326e2f0e1/?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": "OAK (C Irvin)",
                "amount": 5067.0
            },
            {
                "team": "WAS (E Fedde)",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9272.61,
        "profit_sb": 272.61,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0f35097-5502-40a3-9b08-791930574a12",
            "gambit_id": "4f1d7d6a-bde2-4c01-bdc4-c4917b92ec08",
            "last_updated": "2022-08-31T12:06:54.401977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (C Irvin)",
            "reward": "1.83000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b823110a-64d7-42d6-bd2e-012b531db4ed/?format=api"
        },
        {
            "id": "25ac2c0f-cc58-40e0-9709-12c357484dcb",
            "gambit_id": "c38020ed-5547-4aa2-a136-7d0632eded58",
            "last_updated": "2022-08-31T12:06:54.401187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (E Fedde)",
            "reward": "1.88000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b823110a-64d7-42d6-bd2e-012b531db4ed/?format=api"
        }
    ]
}