GET /api/bet_types/f427dc24-6e6f-4ea7-8212-63b08b17d2ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f427dc24-6e6f-4ea7-8212-63b08b17d2ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/9adeca51-aa87-416f-a536-b50adbac6a38/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T09:38:10.555472-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": 6090.0
            },
            {
                "team": "SDG",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ecbbe3a-580f-456e-9375-e3e08f8dcb24",
            "gambit_id": "b27fda9d-afa7-42ba-8943-bdd42582b9cb",
            "last_updated": "2023-09-02T11:28:14.931467-04:00",
            "created_at": "2023-09-01T09:38:10.563451-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f427dc24-6e6f-4ea7-8212-63b08b17d2ef/?format=api"
        },
        {
            "id": "1a24a829-1943-4cb1-a6e7-b3c43553e09f",
            "gambit_id": "625b0a00-b164-4f42-9b3d-88bb32b4739d",
            "last_updated": "2023-09-02T11:28:14.934817-04:00",
            "created_at": "2023-09-01T09:38:10.571812-04:00",
            "name": "SDG",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f427dc24-6e6f-4ea7-8212-63b08b17d2ef/?format=api"
        }
    ]
}