GET /api/bet_types/d235bab9-80a0-40c9-8e6c-8fc9bd7dd78b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d235bab9-80a0-40c9-8e6c-8fc9bd7dd78b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca64894b-7849-4788-b44e-e29970c90db7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T08:48:03.898679-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": 5512.0
            },
            {
                "team": "DET",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "2748c2cf-ebf9-45fd-9af1-95d6a74d7085",
            "gambit_id": "7ffa5732-18db-4b63-b13a-7d3640e5752a",
            "last_updated": "2023-06-29T17:58:30.648622-04:00",
            "created_at": "2023-06-28T08:48:03.903462-04:00",
            "name": "TEX",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d235bab9-80a0-40c9-8e6c-8fc9bd7dd78b/?format=api"
        },
        {
            "id": "15d91685-a3b4-4d6f-9a0f-0b714fa432f4",
            "gambit_id": "32e3596e-f8dd-4b1f-8767-a7beba2b95c3",
            "last_updated": "2023-06-29T17:58:30.646964-04:00",
            "created_at": "2023-06-28T08:48:03.901022-04:00",
            "name": "DET",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d235bab9-80a0-40c9-8e6c-8fc9bd7dd78b/?format=api"
        }
    ]
}