GET /api/bet_types/9bc44402-29e9-43e0-ab29-24cce8216826/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bc44402-29e9-43e0-ab29-24cce8216826",
    "match": "https://api-prod.gambitprofit.com/api/matches/49a9f8c5-36ec-4714-b7f5-be7878a81eb4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Western Kentucky",
                "amount": 8090.0
            },
            {
                "team": "Charlotte",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9301.7,
        "profit_sb": 301.7,
        "profit_sb_percentage": 3.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c8a5bea-b51e-4680-9f33-def695ce963d",
            "gambit_id": "6436ee84-604d-4594-b275-a8b1ec898785",
            "last_updated": "2022-11-06T08:32:30.109666-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc44402-29e9-43e0-ab29-24cce8216826/?format=api"
        },
        {
            "id": "4ec42709-cf43-45fa-8364-f4d3938f054f",
            "gambit_id": "c29bcd3c-2a9d-480b-924d-76a7f15c1879",
            "last_updated": "2022-11-06T08:32:30.110601-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "4.87000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc44402-29e9-43e0-ab29-24cce8216826/?format=api"
        }
    ]
}