GET /api/bet_types/0f4570a1-42c1-468d-adaa-84c0205d793e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f4570a1-42c1-468d-adaa-84c0205d793e",
    "match": "https://api-prod.gambitprofit.com/api/matches/33352779-2ca4-4336-9b73-ec977d8275f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:14.890262-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": "KAN (B Singer)",
                "amount": 5222.0
            },
            {
                "team": "DET (M Lorenzen)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c14a5a3-7d21-438d-9aab-2fc044887d7b",
            "gambit_id": "4cfc1820-b27a-4c67-9d5f-f39acd36a363",
            "last_updated": "2023-05-25T13:47:06.919868-04:00",
            "created_at": "2023-05-22T11:27:14.891590-04:00",
            "name": "KAN (B Singer)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f4570a1-42c1-468d-adaa-84c0205d793e/?format=api"
        },
        {
            "id": "f145c722-a767-4a51-9d88-f076bc43e6a7",
            "gambit_id": "e2e17a6d-ff63-4f0c-8526-a48698e46d7e",
            "last_updated": "2023-05-25T13:47:06.922684-04:00",
            "created_at": "2023-05-22T11:27:14.893050-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f4570a1-42c1-468d-adaa-84c0205d793e/?format=api"
        }
    ]
}