GET /api/bet_types/1e7ca593-080b-4f28-8e42-993899521e0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e7ca593-080b-4f28-8e42-993899521e0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/311f0742-3914-40f8-88d7-7aad539fa2ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Indiana Pacers",
                "amount": 7340.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2660.0
            }
        ],
        "expected_reward_tokens": 9175.0,
        "profit_sb": 175.0,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5c04735-fe1f-43f7-bc9c-47d3fe0404b7",
            "gambit_id": "51206953-ee5b-4610-bedb-c028ecb8d85c",
            "last_updated": "2022-12-12T09:42:33.048502-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e7ca593-080b-4f28-8e42-993899521e0c/?format=api"
        },
        {
            "id": "9e7ad4a0-079d-447b-9faa-85eb0d7a8121",
            "gambit_id": "214d15d2-d695-4f9f-97a8-2798b0edb68e",
            "last_updated": "2022-12-12T09:42:33.049703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "3.45000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e7ca593-080b-4f28-8e42-993899521e0c/?format=api"
        }
    ]
}