GET /api/bet_types/b57d73b8-cfea-4ffe-a6a7-9b9c00923b9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b57d73b8-cfea-4ffe-a6a7-9b9c00923b9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/df9caf49-46d6-4b14-9b74-28f4abb95b26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T22:23:06.648224-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": "Dricus Du Plessis",
                "amount": 5000.0
            },
            {
                "team": "Sean Strickland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee9a9898-4d32-49f1-8774-98a553483529",
            "gambit_id": "d521a9ea-ed04-45e2-a05f-ab21b7068363",
            "last_updated": "2024-01-23T18:38:23.193755-05:00",
            "created_at": "2024-01-19T22:23:06.652193-05:00",
            "name": "Dricus Du Plessis",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57d73b8-cfea-4ffe-a6a7-9b9c00923b9a/?format=api"
        },
        {
            "id": "d03b28ae-8d4d-43d4-8fad-19b01f16a818",
            "gambit_id": "6b4b2366-ab23-4726-ad0e-3b41e517f028",
            "last_updated": "2024-01-23T18:38:23.197946-05:00",
            "created_at": "2024-01-19T22:23:06.657797-05:00",
            "name": "Sean Strickland",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57d73b8-cfea-4ffe-a6a7-9b9c00923b9a/?format=api"
        }
    ]
}