GET /api/bet_types/f7e17fdf-49e0-4f9c-9e46-9f1f9cda5b11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7e17fdf-49e0-4f9c-9e46-9f1f9cda5b11",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdfb7095-a468-430e-be5e-f226b550ade8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:16.105171-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": "Dallas Mavericks",
                "amount": 6554.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b2da909-8d4c-45e9-a541-585fa1ade70d",
            "gambit_id": "2d840699-429d-42ff-82d5-61c9bc8db760",
            "last_updated": "2024-01-16T11:08:14.435163-05:00",
            "created_at": "2024-01-13T09:38:16.113312-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7e17fdf-49e0-4f9c-9e46-9f1f9cda5b11/?format=api"
        },
        {
            "id": "6357658b-cd0e-46bc-9a00-c13958a3e2c3",
            "gambit_id": "8352593a-1533-4281-8ea0-6bbeb4131eb0",
            "last_updated": "2024-01-16T11:08:14.431584-05:00",
            "created_at": "2024-01-13T09:38:16.109090-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7e17fdf-49e0-4f9c-9e46-9f1f9cda5b11/?format=api"
        }
    ]
}