GET /api/bet_types/384d1f26-5d70-4ecd-81e0-9a345bf8a4a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "384d1f26-5d70-4ecd-81e0-9a345bf8a4a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c2227c5-9b3d-4e90-aa15-e7527b88378a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-25T09:28:22.467999-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": "CHC (M Stroman)",
                "amount": 5787.0
            },
            {
                "team": "STL (M Liberatore)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4ed6017-88ec-4b52-a065-f34d5cf98ae8",
            "gambit_id": "0b7e1ef7-f520-4304-95a1-ed046a815614",
            "last_updated": "2023-06-26T23:08:02.302550-04:00",
            "created_at": "2023-06-25T09:28:22.470986-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/384d1f26-5d70-4ecd-81e0-9a345bf8a4a0/?format=api"
        },
        {
            "id": "3392875b-9ac4-474c-bb46-3e9ca1cfd188",
            "gambit_id": "da23ce3f-ff8d-4018-9343-b4140527bb46",
            "last_updated": "2023-06-26T23:08:02.304816-04:00",
            "created_at": "2023-06-25T09:28:22.473517-04:00",
            "name": "STL (M Liberatore)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/384d1f26-5d70-4ecd-81e0-9a345bf8a4a0/?format=api"
        }
    ]
}