GET /api/bet_types/31c95bac-f7ea-46d9-9044-d93b6908d2e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31c95bac-f7ea-46d9-9044-d93b6908d2e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e04d823-324d-484e-be97-4c1eada9278c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:22.349499-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": "Calgary Flames",
                "amount": 6010.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0d4f98c-a604-47b6-8b5f-24f4a34fcbed",
            "gambit_id": "7792ee5e-596d-464a-9bd3-f54d6c44e008",
            "last_updated": "2024-01-24T22:28:18.478089-05:00",
            "created_at": "2024-01-23T09:43:22.354522-05:00",
            "name": "Calgary Flames",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c95bac-f7ea-46d9-9044-d93b6908d2e9/?format=api"
        },
        {
            "id": "6ef9dfad-b9aa-42ff-ae85-de511af59a5e",
            "gambit_id": "503b6c26-b2c7-47ae-9b26-8c48158e1185",
            "last_updated": "2024-01-24T22:28:18.474720-05:00",
            "created_at": "2024-01-23T09:43:22.360573-05:00",
            "name": "St Louis Blues",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c95bac-f7ea-46d9-9044-d93b6908d2e9/?format=api"
        }
    ]
}