GET /api/bet_types/3da46a24-65e4-43f7-a3fd-50ea6c54763c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3da46a24-65e4-43f7-a3fd-50ea6c54763c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc5a95dc-d5f8-4759-8ab1-859fb107ad5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:21.393189-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": "Dallas Mavericks",
                "amount": 5214.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "b867c0d9-c6dc-489b-ada5-a46659fc7054",
            "gambit_id": "71b19a7c-acff-42e6-a7ea-f64ab6ed1d4e",
            "last_updated": "2023-11-23T16:03:07.618741-05:00",
            "created_at": "2023-11-22T09:08:21.396657-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da46a24-65e4-43f7-a3fd-50ea6c54763c/?format=api"
        },
        {
            "id": "83f4db5e-aaaf-42f1-accc-5a0326f4bd99",
            "gambit_id": "f6a92747-7a7d-4ac1-b5d0-7a166fc43644",
            "last_updated": "2023-11-23T16:03:07.621999-05:00",
            "created_at": "2023-11-22T09:08:21.401365-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da46a24-65e4-43f7-a3fd-50ea6c54763c/?format=api"
        }
    ]
}