GET /api/bet_types/f10b493b-9462-4982-94a7-f5d6c3303414/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f10b493b-9462-4982-94a7-f5d6c3303414",
    "match": "https://api-prod.gambitprofit.com/api/matches/47136ef4-3f24-4a59-8eeb-53453c1f9ed9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-15T09:23:05.147166-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": "LAA",
                "amount": 5857.0
            },
            {
                "team": "DET",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c0b099e-b502-4176-808d-cc74c18ab920",
            "gambit_id": "31bb7232-336a-48e3-baf9-0b0f1572e581",
            "last_updated": "2023-09-18T08:53:19.384239-04:00",
            "created_at": "2023-09-15T09:23:05.154494-04:00",
            "name": "LAA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10b493b-9462-4982-94a7-f5d6c3303414/?format=api"
        },
        {
            "id": "d290e057-3de1-4f27-8b37-232279e29d2c",
            "gambit_id": "15965bd7-9807-4225-a612-7f9cdd709830",
            "last_updated": "2023-09-18T08:53:19.380338-04:00",
            "created_at": "2023-09-15T09:23:05.150587-04:00",
            "name": "DET",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10b493b-9462-4982-94a7-f5d6c3303414/?format=api"
        }
    ]
}