GET /api/bet_types/b0c22ace-052c-4ed3-9058-a937633f6c72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0c22ace-052c-4ed3-9058-a937633f6c72",
    "match": "https://api-prod.gambitprofit.com/api/matches/7902536a-6c62-445d-82fb-9fd2f831ee39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:14.024777-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": "Colorado Avalanche",
                "amount": 7236.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2764.0
            }
        ],
        "expected_reward_tokens": 9479.16,
        "profit_sb": -20.84,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad9804bb-541d-40cb-803b-9ec95355aec1",
            "gambit_id": "d76912d8-f1e0-4bde-be5d-4e33c6a7cb79",
            "last_updated": "2023-11-17T09:33:25.684060-05:00",
            "created_at": "2023-11-15T09:18:14.035514-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0c22ace-052c-4ed3-9058-a937633f6c72/?format=api"
        },
        {
            "id": "a5809818-7114-446e-b2aa-7c69daa73163",
            "gambit_id": "79c7d669-ca92-4a4c-a931-8e1848c67928",
            "last_updated": "2023-11-17T09:33:25.680817-05:00",
            "created_at": "2023-11-15T09:18:14.030833-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.43000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0c22ace-052c-4ed3-9058-a937633f6c72/?format=api"
        }
    ]
}