GET /api/bet_types/0d859b32-fc29-40fd-a9e8-788c6abb7920/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d859b32-fc29-40fd-a9e8-788c6abb7920",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0f9df0c-a743-453f-b848-8c44749bd7e9/?format=api",
    "name": "Play the Odds",
    "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": "MIA",
                "amount": 5304.0
            },
            {
                "team": "NYM",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5912f28-aec7-43e1-8373-d59f57f23723",
            "gambit_id": "dbdc01e3-fef6-424e-8ee5-66f0090b058d",
            "last_updated": "2022-09-28T09:12:14.214591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d859b32-fc29-40fd-a9e8-788c6abb7920/?format=api"
        },
        {
            "id": "b81996e4-6287-465a-bcc4-f6e3b0a6777f",
            "gambit_id": "f60a3771-0cd1-422d-a0db-068a57809aad",
            "last_updated": "2022-09-28T09:12:14.213640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d859b32-fc29-40fd-a9e8-788c6abb7920/?format=api"
        }
    ]
}