GET /api/bet_types/100ec282-795a-4ed6-9cff-5ea1e86ea61e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "100ec282-795a-4ed6-9cff-5ea1e86ea61e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5ce2f53-633d-4d66-b68e-e83b442475d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:56.447200-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": "Tampa Bay Lightning",
                "amount": 7158.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "33b78a03-9379-4e24-b11f-fdc0f40ecee2",
            "gambit_id": "8396c6be-5bd2-4851-b775-4356a1112512",
            "last_updated": "2023-03-08T10:17:16.240266-05:00",
            "created_at": "2023-03-07T09:41:56.448334-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/100ec282-795a-4ed6-9cff-5ea1e86ea61e/?format=api"
        },
        {
            "id": "ac6090d6-bab4-4a5f-a8f4-593d07397c47",
            "gambit_id": "e7139183-af72-42d2-825d-baae9c287ac5",
            "last_updated": "2023-03-08T10:17:16.241605-05:00",
            "created_at": "2023-03-07T09:41:56.449482-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/100ec282-795a-4ed6-9cff-5ea1e86ea61e/?format=api"
        }
    ]
}