GET /api/bet_types/45a66816-9b3c-4a83-9546-6ba9772284ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45a66816-9b3c-4a83-9546-6ba9772284ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/573a4425-d001-4315-b4e5-80a01b349dc1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:58.545537-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": "Tampa Bay Lightning",
                "amount": 6253.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "832dd505-7b11-4549-960d-6f64aef43c10",
            "gambit_id": "f913aae0-f6b3-4926-8d67-d72118e21c97",
            "last_updated": "2023-01-16T10:02:22.502227-05:00",
            "created_at": "2023-01-14T08:26:58.552026-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a66816-9b3c-4a83-9546-6ba9772284ba/?format=api"
        },
        {
            "id": "af9e68c1-ec4f-4814-8e45-9e80c88ec9a0",
            "gambit_id": "49c44c3b-fe79-45e7-83ab-b6598c555849",
            "last_updated": "2023-01-16T10:02:22.500372-05:00",
            "created_at": "2023-01-14T08:26:58.548766-05:00",
            "name": "St Louis Blues",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a66816-9b3c-4a83-9546-6ba9772284ba/?format=api"
        }
    ]
}