GET /api/bet_types/be7f951a-0b28-421c-8205-7e160312c0d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be7f951a-0b28-421c-8205-7e160312c0d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae82f783-3873-4ff8-827a-416b982fcfbd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:27.791987-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": "TEX",
                "amount": 5319.0
            },
            {
                "team": "HOU",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "46e544cd-070a-4400-977f-47a10186d56c",
            "gambit_id": "abcf728b-174b-4441-8273-b2a087a37005",
            "last_updated": "2023-04-18T12:12:06.349850-04:00",
            "created_at": "2023-04-16T12:17:27.796850-04:00",
            "name": "TEX",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be7f951a-0b28-421c-8205-7e160312c0d2/?format=api"
        },
        {
            "id": "0b97798b-dae3-4e8b-a66e-f03b16856ab7",
            "gambit_id": "7431c09b-aef1-4346-8616-31131eac1640",
            "last_updated": "2023-04-18T12:12:06.348555-04:00",
            "created_at": "2023-04-16T12:17:27.794361-04:00",
            "name": "HOU",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be7f951a-0b28-421c-8205-7e160312c0d2/?format=api"
        }
    ]
}