GET /api/bet_types/b96032af-fdc0-4152-bb57-817c15e176be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b96032af-fdc0-4152-bb57-817c15e176be",
    "match": "https://api-prod.gambitprofit.com/api/matches/a517d032-994e-41c6-ac7c-ace687cc3b00/?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": "TCU",
                "amount": 7346.0
            },
            {
                "team": "Texas Tech",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9182.5,
        "profit_sb": 182.5,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "61ec0358-d2e3-4f01-9408-5ed1b82a53f2",
            "gambit_id": "ec44153e-5b7a-4c13-ba41-6e3ed42c4f6e",
            "last_updated": "2022-11-06T08:27:29.612978-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b96032af-fdc0-4152-bb57-817c15e176be/?format=api"
        },
        {
            "id": "e41afe30-c9eb-4265-84ee-6594cddf13bf",
            "gambit_id": "150b6be5-d080-464f-9a68-0434211c29fb",
            "last_updated": "2022-11-06T08:27:29.614109-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "3.46000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b96032af-fdc0-4152-bb57-817c15e176be/?format=api"
        }
    ]
}