GET /api/bet_types/06ea20ee-d38e-4a0b-b762-703ff8fc474e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06ea20ee-d38e-4a0b-b762-703ff8fc474e",
    "match": "https://api-prod.gambitprofit.com/api/matches/818c95c8-d99f-4445-88b0-de00679ecb3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T08:08:08.930226-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": "ARI",
                "amount": 6010.0
            },
            {
                "team": "SEA",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "0eb53351-2f5e-4200-807f-0d854710e3ad",
            "gambit_id": "1eed1bae-2c17-4eb5-83ff-a65e48eecb9e",
            "last_updated": "2023-07-31T11:33:27.053567-04:00",
            "created_at": "2023-07-29T08:08:08.939501-04:00",
            "name": "ARI",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06ea20ee-d38e-4a0b-b762-703ff8fc474e/?format=api"
        },
        {
            "id": "7121a266-3b50-48d1-92e1-873e6284b62f",
            "gambit_id": "19beb1f3-3457-45c5-959b-50c614efb37a",
            "last_updated": "2023-07-31T11:33:27.049534-04:00",
            "created_at": "2023-07-29T08:08:08.934557-04:00",
            "name": "SEA",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06ea20ee-d38e-4a0b-b762-703ff8fc474e/?format=api"
        }
    ]
}