GET /api/bet_types/c48101d5-bf4f-4bd9-a6a0-9a1a96930795/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c48101d5-bf4f-4bd9-a6a0-9a1a96930795",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7cc1c45-0820-44a2-96b0-9f9a63289f26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:23.932090-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": "Vancouver Canucks",
                "amount": 5773.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "a68e34f1-539a-495d-961d-5cd2b008e983",
            "gambit_id": "dd98ae8a-9c12-425c-aeae-d1577f5acb08",
            "last_updated": "2024-01-05T23:03:05.581766-05:00",
            "created_at": "2024-01-04T09:18:23.940332-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c48101d5-bf4f-4bd9-a6a0-9a1a96930795/?format=api"
        },
        {
            "id": "bd5f4637-4a38-4dc4-b2e4-2eb9a3994850",
            "gambit_id": "2d42ed56-aa87-4b74-b5fc-252d0b781272",
            "last_updated": "2024-01-05T23:03:05.585164-05:00",
            "created_at": "2024-01-04T09:18:23.949531-05:00",
            "name": "St Louis Blues",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c48101d5-bf4f-4bd9-a6a0-9a1a96930795/?format=api"
        }
    ]
}