GET /api/bet_types/6dc3c9f6-b036-4296-8293-960fb06d9e2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dc3c9f6-b036-4296-8293-960fb06d9e2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/24130721-30df-4bb9-8cec-af506de874ba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:14.747100-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": "Dallas Stars",
                "amount": 6232.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba88ec58-9e4d-48a3-9b47-0412771aed6a",
            "gambit_id": "6cad9241-35cc-43e1-8f47-b3e26939548e",
            "last_updated": "2024-01-15T10:13:23.829250-05:00",
            "created_at": "2024-01-12T09:48:14.758399-05:00",
            "name": "Dallas Stars",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dc3c9f6-b036-4296-8293-960fb06d9e2b/?format=api"
        },
        {
            "id": "859d758c-95ce-4c1a-84e2-5429a3ef1460",
            "gambit_id": "d6e5223c-6a75-488e-8fd1-10043fb56744",
            "last_updated": "2024-01-15T10:13:23.825419-05:00",
            "created_at": "2024-01-12T09:48:14.754210-05:00",
            "name": "Nashville Predators",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dc3c9f6-b036-4296-8293-960fb06d9e2b/?format=api"
        }
    ]
}