GET /api/bet_types/eabecbdd-0f0c-41a5-83be-8f79b9fcb89f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eabecbdd-0f0c-41a5-83be-8f79b9fcb89f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e060781d-189f-495b-9bed-8fdec837062d/?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": "STL (J Montgomery)",
                "amount": 6138.0
            },
            {
                "team": "MIL (M Bush)",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 9268.38,
        "profit_sb": 268.38,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6d41b75-9f8f-4f28-a21f-fe8948c31d2a",
            "gambit_id": "88bc7622-24fb-47e6-99d6-1dd95414b64d",
            "last_updated": "2022-09-14T10:12:06.334265-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Montgomery)",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eabecbdd-0f0c-41a5-83be-8f79b9fcb89f/?format=api"
        },
        {
            "id": "0265c934-14cc-463e-86aa-75abce8ead39",
            "gambit_id": "fe4059c0-8c37-4f8b-946e-ac6138128780",
            "last_updated": "2022-09-14T10:12:06.335240-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (M Bush)",
            "reward": "2.40000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eabecbdd-0f0c-41a5-83be-8f79b9fcb89f/?format=api"
        }
    ]
}