GET /api/bet_types/5c38361c-7be3-4df6-915d-484fff3884ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c38361c-7be3-4df6-915d-484fff3884ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/abf84fe9-c4cb-40b4-98d7-65007864b6c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T07:58:06.838054-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": "Edmonton Oilers",
                "amount": 5094.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3809df26-b0e7-4394-849c-4b6726de5c6d",
            "gambit_id": "b82b89b7-62af-4225-8a2d-f7edc5e247e5",
            "last_updated": "2023-11-10T12:48:30.772954-05:00",
            "created_at": "2023-11-06T07:58:06.842117-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c38361c-7be3-4df6-915d-484fff3884ec/?format=api"
        },
        {
            "id": "447a9c41-8462-4098-8224-0c10a9d30342",
            "gambit_id": "fac143e0-f4ca-4c25-938a-65a75e4a0e35",
            "last_updated": "2023-11-10T12:48:30.776488-05:00",
            "created_at": "2023-11-06T07:58:06.846523-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c38361c-7be3-4df6-915d-484fff3884ec/?format=api"
        }
    ]
}