GET /api/bet_types/9fc4af2a-95a2-4719-8a84-9f2a62184e83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fc4af2a-95a2-4719-8a84-9f2a62184e83",
    "match": "https://api-prod.gambitprofit.com/api/matches/12351a17-2173-48bb-89c3-329f8ccb747f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-19T08:08:06.593994-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": "MIA",
                "amount": 5317.0
            },
            {
                "team": "TOR",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "63e75dcc-7c1b-493d-b1e9-e567e88dcb2e",
            "gambit_id": "e228b107-e622-4814-bb9c-004c3b6054c1",
            "last_updated": "2023-06-20T10:33:07.028149-04:00",
            "created_at": "2023-06-19T08:08:06.598008-04:00",
            "name": "MIA",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fc4af2a-95a2-4719-8a84-9f2a62184e83/?format=api"
        },
        {
            "id": "9817df10-aeb8-453d-a9ed-5b99497132f5",
            "gambit_id": "627e1c0f-e69c-49d6-97e0-576ae057dfb7",
            "last_updated": "2023-06-20T10:33:07.025497-04:00",
            "created_at": "2023-06-19T08:08:06.595959-04:00",
            "name": "TOR",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fc4af2a-95a2-4719-8a84-9f2a62184e83/?format=api"
        }
    ]
}