GET /api/bet_types/010f0ef0-c385-4551-b33e-19399807cbb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "010f0ef0-c385-4551-b33e-19399807cbb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9523ada8-8bc5-430c-9ee6-23dbc7acce89/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:06.739453-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": "TEX (D Dunning)",
                "amount": 5000.0
            },
            {
                "team": "ATL (J Shuster)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2a0a289-47c3-47dc-a039-d3d153c7fa74",
            "gambit_id": "a9c647c7-a407-4fcb-beec-e97c5a8bb544",
            "last_updated": "2023-05-18T11:47:15.193831-04:00",
            "created_at": "2023-05-16T09:47:06.741285-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010f0ef0-c385-4551-b33e-19399807cbb6/?format=api"
        },
        {
            "id": "9cede68d-f6d7-4dc7-ad0b-ca878cc14160",
            "gambit_id": "71761ead-3a48-4bde-ab43-eab236e50ca3",
            "last_updated": "2023-05-18T11:47:15.195052-04:00",
            "created_at": "2023-05-16T09:47:06.743473-04:00",
            "name": "ATL (J Shuster)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010f0ef0-c385-4551-b33e-19399807cbb6/?format=api"
        }
    ]
}