GET /api/bet_types/878f76d0-4772-4fe6-a844-75963c3ef29f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "878f76d0-4772-4fe6-a844-75963c3ef29f",
    "match": "https://api-prod.gambitprofit.com/api/matches/29f4f547-5f9d-4877-a21f-ffe31a5c18de/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-31T11:47:16.956508-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": "TOR (A Manoah)",
                "amount": 5909.0
            },
            {
                "team": "MIL (J Teheran)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "06e16318-bb5e-495a-bdad-6c917f38824e",
            "gambit_id": "270536a6-9d5d-418e-ba52-e4049f7c72fb",
            "last_updated": "2023-06-01T10:07:06.648618-04:00",
            "created_at": "2023-05-31T11:47:16.961350-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/878f76d0-4772-4fe6-a844-75963c3ef29f/?format=api"
        },
        {
            "id": "95648b3a-d806-4cbc-88ac-b891d08b4190",
            "gambit_id": "3a0a6df3-10c2-4684-bbe6-046b43e5493a",
            "last_updated": "2023-06-01T10:07:06.645938-04:00",
            "created_at": "2023-05-31T11:47:16.958826-04:00",
            "name": "MIL (J Teheran)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/878f76d0-4772-4fe6-a844-75963c3ef29f/?format=api"
        }
    ]
}