GET /api/bet_types/2fc76b7d-7fbc-4f3d-b50c-613fe30f69cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fc76b7d-7fbc-4f3d-b50c-613fe30f69cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb8dc911-1e42-4552-a4b5-68d01b2c7417/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:08.140678-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": "ARI",
                "amount": 5784.0
            },
            {
                "team": "ATL",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "d06e2141-cb5c-4d6a-8eea-cc2260b47cca",
            "gambit_id": "44e98115-60f2-4cdb-9d0d-f7afd29030a9",
            "last_updated": "2023-06-04T13:17:18.624667-04:00",
            "created_at": "2023-06-02T10:32:08.145578-04:00",
            "name": "ARI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fc76b7d-7fbc-4f3d-b50c-613fe30f69cd/?format=api"
        },
        {
            "id": "c029a97d-8465-4b23-a903-9c9dcfd27ff1",
            "gambit_id": "4a460c86-8cfa-4b09-aef2-e9998dcf7074",
            "last_updated": "2023-06-04T13:17:18.623292-04:00",
            "created_at": "2023-06-02T10:32:08.143111-04:00",
            "name": "ATL",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fc76b7d-7fbc-4f3d-b50c-613fe30f69cd/?format=api"
        }
    ]
}