GET /api/bet_types/2f7152c5-0ac3-428b-90d0-89a265e1c4cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f7152c5-0ac3-428b-90d0-89a265e1c4cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/260e2e8b-ce4f-4aa9-9a07-d9eef9d38f84/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-05T14:33:05.872549-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": "MIA (B Hoeing)",
                "amount": 5170.0
            },
            {
                "team": "STL (M Liberatore)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "2015e983-5a16-4ce9-8716-243fc9f2c78b",
            "gambit_id": "1c236e53-577f-4258-85eb-2df7461be1e0",
            "last_updated": "2023-07-06T12:23:22.528502-04:00",
            "created_at": "2023-07-05T14:33:05.876565-04:00",
            "name": "MIA (B Hoeing)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7152c5-0ac3-428b-90d0-89a265e1c4cb/?format=api"
        },
        {
            "id": "ded8e50f-53bd-4b44-9d80-dcd63c30476c",
            "gambit_id": "4d1bceb2-3c3e-4f4e-956f-145086a13d7d",
            "last_updated": "2023-07-06T12:23:22.525879-04:00",
            "created_at": "2023-07-05T14:33:05.874824-04:00",
            "name": "STL (M Liberatore)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7152c5-0ac3-428b-90d0-89a265e1c4cb/?format=api"
        }
    ]
}