GET /api/bet_types/c0a87a41-1d78-4515-b544-eaa6df2fc956/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0a87a41-1d78-4515-b544-eaa6df2fc956",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb202b1-61c3-4185-b4e7-25dda4fc4dee/?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": "Phoenix Suns",
                "amount": 8189.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1811.0
            }
        ],
        "expected_reward_tokens": 9253.57,
        "profit_sb": 253.57,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9d4054b-ea8e-44d7-9af7-e75cb4105d7e",
            "gambit_id": "41ad087d-c3d0-427e-a147-65658dd1be4f",
            "last_updated": "2022-12-03T09:32:33.335693-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.13000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0a87a41-1d78-4515-b544-eaa6df2fc956/?format=api"
        },
        {
            "id": "1e885e9f-085f-4c58-84d1-d2cd64ee1919",
            "gambit_id": "e6093eaf-c230-4ec2-a451-689102019d91",
            "last_updated": "2022-12-03T09:32:33.336709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "5.11000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0a87a41-1d78-4515-b544-eaa6df2fc956/?format=api"
        }
    ]
}