GET /api/bet_types/862a0dae-5b7a-4a67-86c2-011fc80b2d50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "862a0dae-5b7a-4a67-86c2-011fc80b2d50",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab30e28b-afd9-4710-9946-cb41f05bca48/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T09:08:17.465305-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": "HOU",
                "amount": 6232.0
            },
            {
                "team": "TEX",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d65ab28c-e84b-482e-9dd1-0b6c035b151f",
            "gambit_id": "8511cc21-d032-47cf-8a7c-465fbbd821d2",
            "last_updated": "2023-09-07T10:28:08.663594-04:00",
            "created_at": "2023-09-06T09:08:17.468899-04:00",
            "name": "HOU",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862a0dae-5b7a-4a67-86c2-011fc80b2d50/?format=api"
        },
        {
            "id": "e7792a36-2161-495e-a5aa-c78313e78a23",
            "gambit_id": "f689a6ed-e050-4d95-b4b7-0b47b392a5ae",
            "last_updated": "2023-09-07T10:28:08.669058-04:00",
            "created_at": "2023-09-06T09:08:17.473216-04:00",
            "name": "TEX",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862a0dae-5b7a-4a67-86c2-011fc80b2d50/?format=api"
        }
    ]
}