GET /api/bet_types/5ad94d86-81a5-4059-b5b0-05bdeba86048/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ad94d86-81a5-4059-b5b0-05bdeba86048",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b857a8c-5a47-4840-abf0-95dd028c2041/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:14.945870-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": 6100.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "020c4a63-53fd-4073-b698-9e7eadf8b3cd",
            "gambit_id": "79fcaf72-7e21-437c-9016-06c47d3a4185",
            "last_updated": "2023-12-10T11:43:04.207599-05:00",
            "created_at": "2023-12-09T08:48:14.954037-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ad94d86-81a5-4059-b5b0-05bdeba86048/?format=api"
        },
        {
            "id": "be4210c5-b0f6-456e-ae02-f9a161209666",
            "gambit_id": "3db95158-ec52-434b-b84c-4003c6a65515",
            "last_updated": "2023-12-10T11:43:04.204061-05:00",
            "created_at": "2023-12-09T08:48:14.949822-05:00",
            "name": "Indiana Pacers",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ad94d86-81a5-4059-b5b0-05bdeba86048/?format=api"
        }
    ]
}