GET /api/bet_types/583caa8b-2e7a-4625-9fe7-bc200f8ba242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "583caa8b-2e7a-4625-9fe7-bc200f8ba242",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a0c0d8e-8efa-46a3-b473-e18413dc6244/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:16.447577-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": 5482.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e24c2af2-a1a9-42e4-ae58-1154c4f6069a",
            "gambit_id": "19e8f9b1-6c5c-4f5b-bd49-17bacf3787ec",
            "last_updated": "2022-12-28T21:47:14.996978-05:00",
            "created_at": "2022-12-27T08:57:16.449968-05:00",
            "name": "Dallas Stars",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583caa8b-2e7a-4625-9fe7-bc200f8ba242/?format=api"
        },
        {
            "id": "4385ec6e-8c35-4f59-b49d-56930721c7aa",
            "gambit_id": "373919ec-3a1b-4732-9d0a-ea4837fb2a3f",
            "last_updated": "2022-12-28T21:47:14.995916-05:00",
            "created_at": "2022-12-27T08:57:16.448733-05:00",
            "name": "Nashville Predators",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583caa8b-2e7a-4625-9fe7-bc200f8ba242/?format=api"
        }
    ]
}