GET /api/bet_types/5ce4c0d7-6e04-4e82-8cca-252cc65bb0f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ce4c0d7-6e04-4e82-8cca-252cc65bb0f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a359f299-57e1-45db-aaf7-a4fd88e6dc06/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T11:23:24.334222-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": "Los Angeles Dodgers",
                "amount": 6885.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "0794b13d-a5f2-4e04-9a50-c4add46490e7",
            "gambit_id": "f2b1e879-eaf2-4e7b-8cbd-e0a814dffb8a",
            "last_updated": "2023-09-21T09:38:16.466367-04:00",
            "created_at": "2023-09-19T11:23:24.338046-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ce4c0d7-6e04-4e82-8cca-252cc65bb0f4/?format=api"
        },
        {
            "id": "c497a109-def2-440c-81ba-65f9e93498d4",
            "gambit_id": "b3853806-3f54-44ee-9a46-aa4924c45580",
            "last_updated": "2023-09-21T09:38:16.470886-04:00",
            "created_at": "2023-09-19T11:23:24.341837-04:00",
            "name": "Detroit Tigers",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ce4c0d7-6e04-4e82-8cca-252cc65bb0f4/?format=api"
        }
    ]
}