GET /api/bet_types/5a962932-bc88-49d4-99ec-62cfdb577fc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a962932-bc88-49d4-99ec-62cfdb577fc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/16d03823-7591-4e29-b5a2-a827fdce5abc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T03:02:14.106714-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": "Brandon Meneses",
                "amount": 8153.0
            },
            {
                "team": "Cody Mitchell",
                "amount": 1847.0
            }
        ],
        "expected_reward_tokens": 9456.64,
        "profit_sb": -43.36,
        "profit_sb_percentage": -0.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d28fe8e-faa2-4b40-93b9-c624e0715d62",
            "gambit_id": "39088d8b-8395-4292-80d6-071fda1c28dd",
            "last_updated": "2023-03-03T19:57:16.946203-05:00",
            "created_at": "2023-02-23T03:02:14.108343-05:00",
            "name": "Brandon Meneses",
            "reward": "1.16000",
            "odds": "1.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a962932-bc88-49d4-99ec-62cfdb577fc5/?format=api"
        },
        {
            "id": "10f242de-9c34-4722-8967-4b4601415f52",
            "gambit_id": "85618cac-a663-4dea-b96f-b40e05faeae1",
            "last_updated": "2023-03-03T19:57:16.947313-05:00",
            "created_at": "2023-02-23T03:02:14.109770-05:00",
            "name": "Cody Mitchell",
            "reward": "5.12000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a962932-bc88-49d4-99ec-62cfdb577fc5/?format=api"
        }
    ]
}