GET /api/bet_types/9d406145-b442-49ba-ad9c-7ffb8d798b1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d406145-b442-49ba-ad9c-7ffb8d798b1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc9aa5a1-31f0-487b-83a0-b01a55d9a106/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:07.633414-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": "SFO",
                "amount": 6222.0
            },
            {
                "team": "PHI",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "0854b28c-df9a-4ecc-928d-e8cf07f56ac0",
            "gambit_id": "0ed7425f-edc8-4236-9684-1aa43d59a112",
            "last_updated": "2023-05-17T11:06:54.309852-04:00",
            "created_at": "2023-05-16T09:47:07.635478-04:00",
            "name": "SFO",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d406145-b442-49ba-ad9c-7ffb8d798b1f/?format=api"
        },
        {
            "id": "797be721-511b-4c34-bee0-6f507e69ea5c",
            "gambit_id": "b72cc3f6-8f1d-4dcc-9500-426785516988",
            "last_updated": "2023-05-17T11:06:54.311883-04:00",
            "created_at": "2023-05-16T09:47:07.638100-04:00",
            "name": "PHI",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d406145-b442-49ba-ad9c-7ffb8d798b1f/?format=api"
        }
    ]
}