GET /api/bet_types/a2962ce5-6920-4506-82ea-ba6af3b1ecae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2962ce5-6920-4506-82ea-ba6af3b1ecae",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e75be39-2c24-4bf3-9463-ae6feb535f24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T00:01:55.288296-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": "Xavier",
                "amount": 6547.0
            },
            {
                "team": "Pittsburgh",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "e42e4eff-95cd-4f31-a080-7b43549d1939",
            "gambit_id": "64cebbc6-505d-455d-9199-6b2c412472d0",
            "last_updated": "2023-03-20T10:47:08.594125-04:00",
            "created_at": "2023-03-19T00:01:55.289578-04:00",
            "name": "Xavier",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2962ce5-6920-4506-82ea-ba6af3b1ecae/?format=api"
        },
        {
            "id": "82675767-d11f-4583-a030-44b9ef80eb04",
            "gambit_id": "38eb2e48-6e3b-4316-a949-015bc3dac6cf",
            "last_updated": "2023-03-20T10:47:08.596937-04:00",
            "created_at": "2023-03-19T00:01:55.290917-04:00",
            "name": "Pittsburgh",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2962ce5-6920-4506-82ea-ba6af3b1ecae/?format=api"
        }
    ]
}