GET /api/bet_types/bf4121c4-0d9b-4145-b19d-72dfd0e13708/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf4121c4-0d9b-4145-b19d-72dfd0e13708",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eac2265-4ff5-4215-ad4d-9383dee57203/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:11.851917-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": "SEA (B Woo)",
                "amount": 5827.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2641808-47d3-4553-924e-ce25b80499d8",
            "gambit_id": "1a251948-5bff-4710-be0b-2bfac7f46609",
            "last_updated": "2023-08-23T10:58:23.238409-04:00",
            "created_at": "2023-08-22T08:23:11.856147-04:00",
            "name": "SEA (B Woo)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4121c4-0d9b-4145-b19d-72dfd0e13708/?format=api"
        },
        {
            "id": "fe77a5c5-fd36-4e2c-8fe1-41bc12b508b1",
            "gambit_id": "140c5d57-9287-458e-a8b7-2011c7865443",
            "last_updated": "2023-08-23T10:58:23.241471-04:00",
            "created_at": "2023-08-22T08:23:11.860316-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4121c4-0d9b-4145-b19d-72dfd0e13708/?format=api"
        }
    ]
}