GET /api/bet_types/bc9d8c63-29fc-4079-b523-4abc825861c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc9d8c63-29fc-4079-b523-4abc825861c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ba0e075-fda8-4efe-9bb0-8b2158250fb4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:03.031684-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": "Los Angeles Lakers",
                "amount": 5515.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d28da826-7055-4904-ac40-6fd646f4a9bf",
            "gambit_id": "89954646-0210-4157-b8bd-588be0a61ac7",
            "last_updated": "2023-11-10T11:28:14.071268-05:00",
            "created_at": "2023-11-08T08:23:03.036607-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9d8c63-29fc-4079-b523-4abc825861c8/?format=api"
        },
        {
            "id": "97c8f533-9ca7-4c38-842f-12425821438b",
            "gambit_id": "8e25ed05-3e30-4927-a889-706da4cc09b8",
            "last_updated": "2023-11-10T11:28:14.074543-05:00",
            "created_at": "2023-11-08T08:23:03.041211-05:00",
            "name": "Houston Rockets",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9d8c63-29fc-4079-b523-4abc825861c8/?format=api"
        }
    ]
}