GET /api/bet_types/4ea29d8a-92c4-40fe-a45d-1035345e948d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ea29d8a-92c4-40fe-a45d-1035345e948d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c431939-75ce-451d-b051-819e9c262b38/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T13:52:00.294899-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": "SDG (S Lugo)",
                "amount": 6620.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "ceebf6d6-b6f1-46d8-af97-4ad7a8564b45",
            "gambit_id": "1a69c684-e8c4-421e-98de-f3baa8525d96",
            "last_updated": "2023-04-09T16:07:03.968492-04:00",
            "created_at": "2023-04-02T13:52:00.296880-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ea29d8a-92c4-40fe-a45d-1035345e948d/?format=api"
        },
        {
            "id": "cd329683-15fa-47e1-aa3b-5c8fc8e88307",
            "gambit_id": "4a8981ff-4646-45b5-aa0b-24b4d97bf0c2",
            "last_updated": "2023-04-09T16:07:03.971848-04:00",
            "created_at": "2023-04-02T13:52:00.299573-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ea29d8a-92c4-40fe-a45d-1035345e948d/?format=api"
        }
    ]
}