GET /api/bet_types/67b96af1-2999-4056-a52f-4855ac0aa88c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67b96af1-2999-4056-a52f-4855ac0aa88c",
    "match": "https://api-prod.gambitprofit.com/api/matches/56e0bd74-4817-44e8-b807-50cf0c8ac8fe/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "BAL",
                "amount": 5511.0
            },
            {
                "team": "TOR",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "60483334-a0ef-46c0-8c5d-9883e923108c",
            "gambit_id": "acf88b86-3b3e-47fa-ab82-586d7f5875b5",
            "last_updated": "2022-12-24T17:12:09.693321-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b96af1-2999-4056-a52f-4855ac0aa88c/?format=api"
        },
        {
            "id": "21968b96-2bd8-4cc8-9ca4-16828bf6b00f",
            "gambit_id": "865c5cde-33f0-468b-87ef-05f91cbf18b6",
            "last_updated": "2022-12-24T17:12:09.694594-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b96af1-2999-4056-a52f-4855ac0aa88c/?format=api"
        }
    ]
}