GET /api/bet_types/755015df-8281-4434-be39-a0a61b5e403d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "755015df-8281-4434-be39-a0a61b5e403d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b127718-c6d9-4f90-9c80-161742f5f969/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:13.472544-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": 5213.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "93423f80-54f4-48d9-b768-ad4aede25020",
            "gambit_id": "3cd880c2-112a-4824-bc95-db04e6e7a7a2",
            "last_updated": "2024-01-16T15:08:03.387916-05:00",
            "created_at": "2024-01-13T09:38:13.481423-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/755015df-8281-4434-be39-a0a61b5e403d/?format=api"
        },
        {
            "id": "889eae32-0dba-424a-9809-81242b100dc5",
            "gambit_id": "ca162614-6039-4003-b2d1-a0f5b9fdccd6",
            "last_updated": "2024-01-16T15:08:03.384228-05:00",
            "created_at": "2024-01-13T09:38:13.476976-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/755015df-8281-4434-be39-a0a61b5e403d/?format=api"
        }
    ]
}