GET /api/bet_types/39887599-207b-4a53-a6b9-9f1b8cf6bba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39887599-207b-4a53-a6b9-9f1b8cf6bba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa279c9b-7b81-4440-a11f-fad962cd8097/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:02.493605-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": "Colorado Avalanche",
                "amount": 5292.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "26e5e702-b0ec-4387-90a5-adf6f5429f9b",
            "gambit_id": "15c428fa-9712-420e-ad3a-b174edc98e9e",
            "last_updated": "2023-01-13T11:47:14.540273-05:00",
            "created_at": "2023-01-12T08:22:02.496016-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39887599-207b-4a53-a6b9-9f1b8cf6bba4/?format=api"
        },
        {
            "id": "4bb0e767-f7da-4ed6-b111-7f9e2fa5b850",
            "gambit_id": "ecdaa975-15b6-4ce2-8c50-898de918b083",
            "last_updated": "2023-01-13T11:47:14.539221-05:00",
            "created_at": "2023-01-12T08:22:02.494764-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39887599-207b-4a53-a6b9-9f1b8cf6bba4/?format=api"
        }
    ]
}