GET /api/bet_types/ea06505b-10df-4f2e-8c14-5700d6bbb6f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea06505b-10df-4f2e-8c14-5700d6bbb6f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e39705-31a5-443a-bfa2-5dfe1e23ce4f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:19.705022-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bbc2c4a-ccb1-491d-b11d-afdf560603c2",
            "gambit_id": "d55d5750-2e14-428b-859e-b755160f69e0",
            "last_updated": "2024-02-01T10:48:00.916747-05:00",
            "created_at": "2024-01-31T09:58:19.709249-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea06505b-10df-4f2e-8c14-5700d6bbb6f3/?format=api"
        },
        {
            "id": "0699381f-4864-409b-bb44-367e63d235ef",
            "gambit_id": "8fb5d7b1-d946-4e6e-9e20-d7bbb8e51b23",
            "last_updated": "2024-02-01T10:48:00.921383-05:00",
            "created_at": "2024-01-31T09:58:19.712951-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea06505b-10df-4f2e-8c14-5700d6bbb6f3/?format=api"
        }
    ]
}