GET /api/bet_types/3035794d-a2dd-440b-9994-71df67be0bf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3035794d-a2dd-440b-9994-71df67be0bf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e88e7ec-6fa4-4b67-a365-9553ab0d4636/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:18:23.272812-04: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": "Golden State Warriors",
                "amount": 7100.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 2900.0
            }
        ],
        "expected_reward_tokens": 9512.0,
        "profit_sb": 12.0,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3fbc61d-b2f6-4918-affb-b7373d1b4a0c",
            "gambit_id": "b6ce93b4-cf52-4f6e-bc15-d47af1fb750c",
            "last_updated": "2023-11-03T10:23:02.992562-04:00",
            "created_at": "2023-11-01T09:18:23.285424-04:00",
            "name": "Golden State Warriors",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3035794d-a2dd-440b-9994-71df67be0bf6/?format=api"
        },
        {
            "id": "82f7088a-e721-417d-a1f4-4db94313fad6",
            "gambit_id": "a30f225e-687a-4d9e-853a-2e2d12eeb3cb",
            "last_updated": "2023-11-03T10:23:02.989440-04:00",
            "created_at": "2023-11-01T09:18:23.279970-04:00",
            "name": "Sacramento Kings",
            "reward": "3.28000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3035794d-a2dd-440b-9994-71df67be0bf6/?format=api"
        }
    ]
}