GET /api/bet_types/7df25950-2c99-4d86-b646-d4237a0f03dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7df25950-2c99-4d86-b646-d4237a0f03dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/54d8618d-288e-4d03-a5bc-f25b51db71af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:10.394355-04: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": "Edmonton Oilers",
                "amount": 6603.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbcbbeab-34b9-4b65-977a-a77bef64e3de",
            "gambit_id": "49ff8c7f-0ae2-4b16-aeaf-83770f11921a",
            "last_updated": "2023-04-20T11:42:20.205066-04:00",
            "created_at": "2023-04-19T12:17:10.397084-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df25950-2c99-4d86-b646-d4237a0f03dc/?format=api"
        },
        {
            "id": "017a0dc6-05ff-4977-9342-f571c3f4470d",
            "gambit_id": "7c28d3e0-d03d-4dff-a68d-c11fd6fe8712",
            "last_updated": "2023-04-20T11:42:20.207327-04:00",
            "created_at": "2023-04-19T12:17:10.399901-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df25950-2c99-4d86-b646-d4237a0f03dc/?format=api"
        }
    ]
}