GET /api/bet_types/347d6c26-3711-4583-aa64-76b25db6827d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "347d6c26-3711-4583-aa64-76b25db6827d",
    "match": "https://api-prod.gambitprofit.com/api/matches/551f153b-1489-41ea-8b9c-34655e25658e/?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": "SFO",
                "amount": 5501.0
            },
            {
                "team": "SDG",
                "amount": 4499.0
            }
        ],
        "expected_reward_tokens": 9131.66,
        "profit_sb": 131.66,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2c1d2b7-d5c3-4164-b83e-c20a561b460d",
            "gambit_id": "fdf74859-2247-4d19-ad34-17abc98140b0",
            "last_updated": "2022-09-01T10:26:56.979261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/347d6c26-3711-4583-aa64-76b25db6827d/?format=api"
        },
        {
            "id": "e6111ccf-dc93-4008-98cb-04c346883ad4",
            "gambit_id": "c3d9ecbe-1263-4c96-9512-977498c348bc",
            "last_updated": "2022-09-01T10:26:56.979687-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/347d6c26-3711-4583-aa64-76b25db6827d/?format=api"
        }
    ]
}