GET /api/bet_types/3356e7f0-8457-42d3-8f51-bac327a6779d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3356e7f0-8457-42d3-8f51-bac327a6779d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd78c4a9-90e7-42a9-9bc7-d177c5b7da26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T13:03:03.467080-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": "Vegas Golden Knights",
                "amount": 6399.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e73bf9a7-0980-49ae-b6eb-03d97f421a1c",
            "gambit_id": "25e33071-0a2a-49d8-a3d9-a08454c1ce84",
            "last_updated": "2023-06-14T11:28:18.783088-04:00",
            "created_at": "2023-06-11T13:03:03.470814-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3356e7f0-8457-42d3-8f51-bac327a6779d/?format=api"
        },
        {
            "id": "7093bf28-c34e-41af-8694-d724db3a15be",
            "gambit_id": "9a3323d7-89a5-4839-9bb0-303175747474",
            "last_updated": "2023-06-14T11:28:18.780670-04:00",
            "created_at": "2023-06-11T13:03:03.468989-04:00",
            "name": "Florida Panthers",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3356e7f0-8457-42d3-8f51-bac327a6779d/?format=api"
        }
    ]
}