GET /api/bet_types/0f432a72-13ff-4f35-8a4d-21fd22404769/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f432a72-13ff-4f35-8a4d-21fd22404769",
    "match": "https://api-prod.gambitprofit.com/api/matches/48f4355f-d37c-489e-b8c4-3183c753cf00/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:07.540813-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": "Brooklyn Nets",
                "amount": 7002.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 2998.0
            }
        ],
        "expected_reward_tokens": 9172.62,
        "profit_sb": 172.62,
        "profit_sb_percentage": 1.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "16418933-1643-4fb6-8a8f-d32c2f388e91",
            "gambit_id": "009cfec1-a553-43df-b6d5-0713435ad30e",
            "last_updated": "2022-12-30T18:47:00.446766-05:00",
            "created_at": "2022-12-28T09:32:07.543537-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f432a72-13ff-4f35-8a4d-21fd22404769/?format=api"
        },
        {
            "id": "aa0b4746-d070-4fea-b45d-422a6a9b0801",
            "gambit_id": "62eb48a7-8243-4dc7-a009-2716f535b75d",
            "last_updated": "2022-12-30T18:47:00.445640-05:00",
            "created_at": "2022-12-28T09:32:07.542221-05:00",
            "name": "Atlanta Hawks",
            "reward": "3.06000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f432a72-13ff-4f35-8a4d-21fd22404769/?format=api"
        }
    ]
}