GET /api/bet_types/829f07fc-5c60-421e-af55-bc84d988f34b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "829f07fc-5c60-421e-af55-bc84d988f34b",
    "match": "https://api-prod.gambitprofit.com/api/matches/31340c92-4f1c-4dd3-b34c-e19b1a885e7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:22.267081-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": "ATL (S Strider)",
                "amount": 6885.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "174f12d6-8e88-4781-b0c8-0442dfe6c108",
            "gambit_id": "f1f45422-54be-4df9-ae0a-32ef25667782",
            "last_updated": "2023-08-02T19:07:59.586115-04:00",
            "created_at": "2023-08-01T09:03:22.277113-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/829f07fc-5c60-421e-af55-bc84d988f34b/?format=api"
        },
        {
            "id": "e0b4190d-62da-4457-845f-49dfa0a2ed42",
            "gambit_id": "c1337a69-927e-4fa1-b08e-eb24aae8e346",
            "last_updated": "2023-08-02T19:07:59.582384-04:00",
            "created_at": "2023-08-01T09:03:22.271985-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/829f07fc-5c60-421e-af55-bc84d988f34b/?format=api"
        }
    ]
}