GET /api/bet_types/771d6112-e2a9-4c63-b668-e734e5c26daf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "771d6112-e2a9-4c63-b668-e734e5c26daf",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd8ba9c5-bc67-4031-8e01-c4ce5244aabc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:07.218552-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": "Portland Trail Blazers",
                "amount": 5863.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1a90480-aac7-4b14-9b17-ccfd9d1d3fa6",
            "gambit_id": "bb613dc1-3f1a-43d6-850b-0730cf95d577",
            "last_updated": "2023-01-30T17:46:54.879337-05:00",
            "created_at": "2023-01-28T09:42:07.219739-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/771d6112-e2a9-4c63-b668-e734e5c26daf/?format=api"
        },
        {
            "id": "266b4ca7-a412-432f-9004-3ef11a7c141e",
            "gambit_id": "bcf5cadb-30cc-41c0-b6a9-a813e47aff26",
            "last_updated": "2023-01-30T17:46:54.882666-05:00",
            "created_at": "2023-01-28T09:42:07.221078-05:00",
            "name": "Toronto Raptors",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/771d6112-e2a9-4c63-b668-e734e5c26daf/?format=api"
        }
    ]
}