GET /api/bet_types/bb210c7f-36b6-476e-8b7c-5519e0094324/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb210c7f-36b6-476e-8b7c-5519e0094324",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bc6c179-2a6c-4976-ba11-ae5285e0fb4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:05.306749-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": "Winnipeg Jets",
                "amount": 6324.0
            },
            {
                "team": "New York Islanders",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b4959f6-bfe6-4423-887d-67248a5767a5",
            "gambit_id": "35b60c4a-1818-47dc-8c68-1e5bec4af52e",
            "last_updated": "2024-01-19T11:48:28.782896-05:00",
            "created_at": "2024-01-16T09:03:05.316560-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb210c7f-36b6-476e-8b7c-5519e0094324/?format=api"
        },
        {
            "id": "1c40d089-f764-4956-814a-ab1b5bf60146",
            "gambit_id": "b632abd1-9d15-45b6-90ae-d449beb2476d",
            "last_updated": "2024-01-19T11:48:28.779307-05:00",
            "created_at": "2024-01-16T09:03:05.312096-05:00",
            "name": "New York Islanders",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb210c7f-36b6-476e-8b7c-5519e0094324/?format=api"
        }
    ]
}