GET /api/bet_types/f71cfc42-d452-4448-86af-07f69b54ae72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f71cfc42-d452-4448-86af-07f69b54ae72",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f7e3533-6757-40e6-879f-c8d8e65fe114/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T08:22:59.578010-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": "MIL (J Teheran)",
                "amount": 5208.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9582.72,
        "profit_sb": 82.72,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd468379-878c-4c89-9fc9-becaa048eef3",
            "gambit_id": "f58c6401-a0bf-4436-98bd-6a1d11db2122",
            "last_updated": "2023-06-17T14:58:01.961799-04:00",
            "created_at": "2023-06-16T08:22:59.582100-04:00",
            "name": "MIL (J Teheran)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71cfc42-d452-4448-86af-07f69b54ae72/?format=api"
        },
        {
            "id": "c8427acd-37bc-4259-b182-33be8e0099c2",
            "gambit_id": "a9b98f76-d95a-4b2d-98ab-757656946b91",
            "last_updated": "2023-06-17T14:58:01.959872-04:00",
            "created_at": "2023-06-16T08:22:59.580072-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.00000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71cfc42-d452-4448-86af-07f69b54ae72/?format=api"
        }
    ]
}