GET /api/bet_types/c08fc537-922e-43be-a016-1633ac212184/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c08fc537-922e-43be-a016-1633ac212184",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a8c791c-20fe-499d-95df-893ef447df15/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T17:08:10.098678-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": 5512.0
            },
            {
                "team": "ATL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d459b694-655b-45c5-912c-20b121941e4c",
            "gambit_id": "dfc9b770-6b19-4afc-a25d-5b1b7caa3d0b",
            "last_updated": "2023-07-27T13:02:59.565043-04:00",
            "created_at": "2023-07-25T17:08:10.111597-04:00",
            "name": "BOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c08fc537-922e-43be-a016-1633ac212184/?format=api"
        },
        {
            "id": "a731f496-d703-4d6b-8fda-f86117c28e8c",
            "gambit_id": "90fbeb51-8036-4115-96eb-c22ffb5e1312",
            "last_updated": "2023-07-27T13:02:59.561046-04:00",
            "created_at": "2023-07-25T17:08:10.102656-04:00",
            "name": "ATL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c08fc537-922e-43be-a016-1633ac212184/?format=api"
        }
    ]
}