GET /api/bet_types/dd962442-3e21-4f5c-9384-2876fa146511/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd962442-3e21-4f5c-9384-2876fa146511",
    "match": "https://api-prod.gambitprofit.com/api/matches/22ae1e78-6dea-4032-b923-f1e6b2c34f65/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:16.667675-05: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": "Golden State Warriors",
                "amount": 6020.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "73a28369-639f-46b2-8c9b-8764c0ead591",
            "gambit_id": "3b819f37-6fde-497f-ad38-0d062b83b93a",
            "last_updated": "2023-03-12T19:37:17.053717-04:00",
            "created_at": "2023-03-11T09:32:16.669483-05:00",
            "name": "Golden State Warriors",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd962442-3e21-4f5c-9384-2876fa146511/?format=api"
        },
        {
            "id": "fd686c59-a0f3-42c7-88f1-bfcf74ea5d96",
            "gambit_id": "bb5d87e5-1902-4cc9-a971-0b79001e0420",
            "last_updated": "2023-03-12T19:37:17.056131-04:00",
            "created_at": "2023-03-11T09:32:16.671144-05:00",
            "name": "Milwaukee Bucks",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd962442-3e21-4f5c-9384-2876fa146511/?format=api"
        }
    ]
}