GET /api/bet_types/d20efd5f-ac15-40b4-9bbe-abbd1e29d233/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d20efd5f-ac15-40b4-9bbe-abbd1e29d233",
    "match": "https://api-prod.gambitprofit.com/api/matches/384bcd4d-1da9-4890-91f5-e27409dd2d6e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T09:58:12.132043-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": "PIT",
                "amount": 5688.0
            },
            {
                "team": "CHC",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "18707d6e-2834-42cd-868f-874f0ede1c41",
            "gambit_id": "fadc2a58-2435-4030-93d4-77d17175e0ec",
            "last_updated": "2023-08-29T09:13:27.844872-04:00",
            "created_at": "2023-08-27T09:58:12.143750-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d20efd5f-ac15-40b4-9bbe-abbd1e29d233/?format=api"
        },
        {
            "id": "57892197-a83f-4f2e-8c31-53ba1479c581",
            "gambit_id": "081cf7da-f729-4f05-9bb3-10f63839257c",
            "last_updated": "2023-08-29T09:13:27.841600-04:00",
            "created_at": "2023-08-27T09:58:12.136098-04:00",
            "name": "CHC",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d20efd5f-ac15-40b4-9bbe-abbd1e29d233/?format=api"
        }
    ]
}