GET /api/bet_types/1559e830-fb2b-4066-a927-3c5d03562aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1559e830-fb2b-4066-a927-3c5d03562aa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a73ec857-92aa-4f1b-9e0d-99e9ab21fbdf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-16T10:23:21.950054-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": "COL",
                "amount": 5319.0
            },
            {
                "team": "ARI",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e12ded34-51b3-4461-abb0-d1773ec1b4de",
            "gambit_id": "33b7f845-430c-4dce-82d5-b204ce9e72e8",
            "last_updated": "2023-08-17T13:38:14.076353-04:00",
            "created_at": "2023-08-16T10:23:21.959251-04:00",
            "name": "COL",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1559e830-fb2b-4066-a927-3c5d03562aa1/?format=api"
        },
        {
            "id": "415a8dd8-ab68-4a1f-805f-cee158ed60c8",
            "gambit_id": "5dbe75eb-c6ef-474a-abc8-6775a9bd0680",
            "last_updated": "2023-08-17T13:38:14.072006-04:00",
            "created_at": "2023-08-16T10:23:21.954038-04:00",
            "name": "ARI",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1559e830-fb2b-4066-a927-3c5d03562aa1/?format=api"
        }
    ]
}