GET /api/bet_types/5fab79f0-ec7b-4915-aec5-d8b45d179c8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fab79f0-ec7b-4915-aec5-d8b45d179c8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f59d3e8a-9dd0-4bbe-8b25-deed0be77fc4/?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": "SFO (L Webb)",
                "amount": 5615.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9208.5,
        "profit_sb": 208.5,
        "profit_sb_percentage": 2.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a2c96e7-fc1f-4aa5-9324-90faf62abeb3",
            "gambit_id": "e4b02faa-28b5-439f-8cef-b4af41f49775",
            "last_updated": "2022-09-22T11:07:19.635886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (L Webb)",
            "reward": "1.64000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fab79f0-ec7b-4915-aec5-d8b45d179c8e/?format=api"
        },
        {
            "id": "5dbcc241-d121-4e99-83c5-e47bd8aab132",
            "gambit_id": "6bfe37ed-7f91-40aa-896b-e34b85378010",
            "last_updated": "2022-09-22T11:07:19.634846-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "2.10000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fab79f0-ec7b-4915-aec5-d8b45d179c8e/?format=api"
        }
    ]
}