GET /api/bet_types/3edcbd5a-5880-415a-9143-830888afea6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3edcbd5a-5880-415a-9143-830888afea6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b8a897-8e55-49ee-a3b2-666ad3065932/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:43:00.830192-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": "STL (Z Thompson)",
                "amount": 5222.0
            },
            {
                "team": "CIN (C Spiers)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "2295d292-afaf-4791-a5a8-2a4effdba602",
            "gambit_id": "86ab3ef9-63a3-4ed0-b494-76ce56e651c1",
            "last_updated": "2023-09-11T09:03:27.950535-04:00",
            "created_at": "2023-09-09T09:43:00.834803-04:00",
            "name": "STL (Z Thompson)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3edcbd5a-5880-415a-9143-830888afea6c/?format=api"
        },
        {
            "id": "00b823ae-1666-421d-a125-1c3906c954f0",
            "gambit_id": "57a49610-55cf-4a78-b90c-8c98a5445b66",
            "last_updated": "2023-09-11T09:03:27.954140-04:00",
            "created_at": "2023-09-09T09:43:00.838654-04:00",
            "name": "CIN (C Spiers)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3edcbd5a-5880-415a-9143-830888afea6c/?format=api"
        }
    ]
}