GET /api/bet_types/730b5bbd-2d1c-40f8-8ce6-16776c3b50c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730b5bbd-2d1c-40f8-8ce6-16776c3b50c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9293f0c-c2b3-4ea8-b0d7-c0e9a48dd2b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:26.563580-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": "Cincinnati Reds",
                "amount": 5776.0
            },
            {
                "team": "Pittsburgh Pirates",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "608d0062-437c-4365-ac91-5db8f17d75f9",
            "gambit_id": "3fa62695-c079-4a3d-905e-5be35ade0990",
            "last_updated": "2023-09-25T14:23:23.387834-04:00",
            "created_at": "2023-09-23T09:38:26.571808-04:00",
            "name": "Cincinnati Reds",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730b5bbd-2d1c-40f8-8ce6-16776c3b50c6/?format=api"
        },
        {
            "id": "2dd75e80-ff7a-4112-a0ec-0002aa45281a",
            "gambit_id": "9cf304ee-cf10-4cf5-812b-6e3945b1edf5",
            "last_updated": "2023-09-25T14:23:23.383967-04:00",
            "created_at": "2023-09-23T09:38:26.567668-04:00",
            "name": "Pittsburgh Pirates",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730b5bbd-2d1c-40f8-8ce6-16776c3b50c6/?format=api"
        }
    ]
}