GET /api/bet_types/97051e75-c74a-4ac0-8ce7-10f1e16407b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97051e75-c74a-4ac0-8ce7-10f1e16407b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1be3c19-ea16-47da-adc1-52d9f2c075c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:07.838272-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": "BOS",
                "amount": 5317.0
            },
            {
                "team": "ATL",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf847f32-2646-4c0c-8b33-3aaad2b02e2e",
            "gambit_id": "d0663f8e-6403-44f4-b01d-3e543cd0dd67",
            "last_updated": "2023-05-10T15:37:06.653024-04:00",
            "created_at": "2023-05-09T11:07:07.841732-04:00",
            "name": "BOS",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97051e75-c74a-4ac0-8ce7-10f1e16407b5/?format=api"
        },
        {
            "id": "5060a7df-11f8-4a5e-9f10-cac80648424c",
            "gambit_id": "27e72efd-1b51-4dbd-8bf6-92ec9150ddb1",
            "last_updated": "2023-05-10T15:37:06.651614-04:00",
            "created_at": "2023-05-09T11:07:07.840010-04:00",
            "name": "ATL",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97051e75-c74a-4ac0-8ce7-10f1e16407b5/?format=api"
        }
    ]
}