GET /api/bet_types/d900c6d0-9495-400b-b958-ca56e53c0ab7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d900c6d0-9495-400b-b958-ca56e53c0ab7",
    "match": "https://api-prod.gambitprofit.com/api/matches/316c1eba-5ac0-435b-99eb-adbd90f53277/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:09.315190-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": "CWS",
                "amount": 6232.0
            },
            {
                "team": "NYM",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "e74586ec-f39a-4dd1-8aa2-0d35642e3aff",
            "gambit_id": "ae65bb31-2119-416e-8e87-b419ad594ee6",
            "last_updated": "2023-07-20T09:53:25.863895-04:00",
            "created_at": "2023-07-18T08:53:09.316606-04:00",
            "name": "CWS",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d900c6d0-9495-400b-b958-ca56e53c0ab7/?format=api"
        },
        {
            "id": "96eeb604-2216-468d-b5da-f6ae881e89f2",
            "gambit_id": "22ec40a2-a558-4ea9-b102-30b4f9bbc029",
            "last_updated": "2023-07-20T09:53:25.865318-04:00",
            "created_at": "2023-07-18T08:53:09.318119-04:00",
            "name": "NYM",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d900c6d0-9495-400b-b958-ca56e53c0ab7/?format=api"
        }
    ]
}