GET /api/bet_types/47f0940b-4623-4c87-a19d-f68aff92375f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47f0940b-4623-4c87-a19d-f68aff92375f",
    "match": "https://api-prod.gambitprofit.com/api/matches/29d82d04-6a9b-4c68-90cc-4f50cefd6416/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:03.246886-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": "Toronto Maple Leafs",
                "amount": 5688.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ae16230-42c9-49dd-abe5-90db7876dd30",
            "gambit_id": "697236e5-2802-4c53-9e01-61c2e88bc849",
            "last_updated": "2023-12-23T14:58:20.774256-05:00",
            "created_at": "2023-12-21T09:13:03.250899-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47f0940b-4623-4c87-a19d-f68aff92375f/?format=api"
        },
        {
            "id": "86abf7a1-0f61-48bd-8739-932680445f30",
            "gambit_id": "0fc57dee-afeb-4df3-80d8-c5cde4a37dda",
            "last_updated": "2023-12-23T14:58:20.777755-05:00",
            "created_at": "2023-12-21T09:13:03.260968-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47f0940b-4623-4c87-a19d-f68aff92375f/?format=api"
        }
    ]
}