GET /api/bet_types/6a4b53f6-82cc-4c8a-a22c-a468d0f6cd5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a4b53f6-82cc-4c8a-a22c-a468d0f6cd5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2cd33d4-7c50-4434-90a5-df46fa664737/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:22.001983-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": "Los Angeles Kings",
                "amount": 5688.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "52bd4a85-fa2e-4059-bb2f-204c0fa97eec",
            "gambit_id": "11e880cf-3950-43c7-bd9f-7f6013afe5ef",
            "last_updated": "2024-01-19T20:33:19.078862-05:00",
            "created_at": "2024-01-18T10:18:22.015940-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a4b53f6-82cc-4c8a-a22c-a468d0f6cd5a/?format=api"
        },
        {
            "id": "1e242c99-76b8-4d3f-af62-aba16ea7aad3",
            "gambit_id": "47512aa8-f81b-42dd-bb2c-e51f52384c93",
            "last_updated": "2024-01-19T20:33:19.075570-05:00",
            "created_at": "2024-01-18T10:18:22.007381-05:00",
            "name": "Nashville Predators",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a4b53f6-82cc-4c8a-a22c-a468d0f6cd5a/?format=api"
        }
    ]
}