GET /api/bet_types/0a35475d-5f77-4dcc-9ad6-9bd64be98af0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a35475d-5f77-4dcc-9ad6-9bd64be98af0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3bd5fcc-cc3f-4bf2-ac43-39c9e1bd1f79/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:18.225993-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": "Phoenix Suns",
                "amount": 7357.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a549fa2-9ada-4189-a79c-d8597b48f153",
            "gambit_id": "6c4cc566-db26-4073-9e64-3ce91a4b1e85",
            "last_updated": "2023-03-17T11:06:48.561337-04:00",
            "created_at": "2023-03-16T17:37:18.227477-04:00",
            "name": "Phoenix Suns",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a35475d-5f77-4dcc-9ad6-9bd64be98af0/?format=api"
        },
        {
            "id": "fbbd2214-a068-46a0-a5a1-028ec4bcc5ca",
            "gambit_id": "dd85d21c-b20f-40cc-8263-9e8163486da7",
            "last_updated": "2023-03-17T11:06:48.562568-04:00",
            "created_at": "2023-03-16T17:37:18.228956-04:00",
            "name": "Orlando Magic",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a35475d-5f77-4dcc-9ad6-9bd64be98af0/?format=api"
        }
    ]
}