GET /api/bet_types/4c1b13c7-c267-4a5f-8d0c-32dec7d32936/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c1b13c7-c267-4a5f-8d0c-32dec7d32936",
    "match": "https://api-prod.gambitprofit.com/api/matches/819a95b7-96cf-4c4d-a712-84cad7432067/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:08.889868-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": "LOS",
                "amount": 6232.0
            },
            {
                "team": "BAL",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d61480ad-3262-424c-9103-bec7e5d74ea0",
            "gambit_id": "292d8f62-f7e8-48ea-a6d6-9fb24b2f687b",
            "last_updated": "2023-07-20T09:58:27.854152-04:00",
            "created_at": "2023-07-18T08:53:08.891461-04:00",
            "name": "LOS",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1b13c7-c267-4a5f-8d0c-32dec7d32936/?format=api"
        },
        {
            "id": "7ac63c50-0237-409a-a45f-41b174a20222",
            "gambit_id": "8ce7704c-fb6b-4c42-9338-daf67c141e53",
            "last_updated": "2023-07-20T09:58:27.855833-04:00",
            "created_at": "2023-07-18T08:53:08.893172-04:00",
            "name": "BAL",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1b13c7-c267-4a5f-8d0c-32dec7d32936/?format=api"
        }
    ]
}