GET /api/bet_types/06c33015-cfdb-4d79-84c4-08071f5e252e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06c33015-cfdb-4d79-84c4-08071f5e252e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3465042-8c5a-479d-82d4-d553c906f4e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:51.759822-04: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": "Seattle Kraken",
                "amount": 5599.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "7891f53b-6d2b-48fe-a4dc-2d91ee915c2e",
            "gambit_id": "3c23ecc7-cec1-40d1-903f-5f692631ec49",
            "last_updated": "2023-03-24T10:51:52.916854-04:00",
            "created_at": "2023-03-23T09:06:51.764518-04:00",
            "name": "Seattle Kraken",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06c33015-cfdb-4d79-84c4-08071f5e252e/?format=api"
        },
        {
            "id": "8a467e86-cde2-43fd-8e85-618be7be4e11",
            "gambit_id": "d7f76b3c-db97-4194-9b69-b318c4ff7b43",
            "last_updated": "2023-03-24T10:51:52.913766-04:00",
            "created_at": "2023-03-23T09:06:51.762717-04:00",
            "name": "Nashville Predators",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06c33015-cfdb-4d79-84c4-08071f5e252e/?format=api"
        }
    ]
}