GET /api/bet_types/375c5d77-8b69-4c2f-82d0-dafdd4d93396/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "375c5d77-8b69-4c2f-82d0-dafdd4d93396",
    "match": "https://api-prod.gambitprofit.com/api/matches/82aab36c-e033-46e0-8c50-0418fbb1e821/?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": "Kansas City Royals",
                "amount": 5110.0
            },
            {
                "team": "Tampa Bay Rays",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a431da7-f3b5-4625-af88-8e917a6bb6e3",
            "gambit_id": "d54652b3-7bcd-4e69-8743-3f01586101a8",
            "last_updated": "2022-08-19T09:46:52.193872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Royals",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/375c5d77-8b69-4c2f-82d0-dafdd4d93396/?format=api"
        },
        {
            "id": "14bdec63-76e5-4dd3-9ec1-f3683c28c564",
            "gambit_id": "54b56df0-cbe6-40c8-8601-c0f845842675",
            "last_updated": "2022-08-19T09:46:52.193421-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Rays",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/375c5d77-8b69-4c2f-82d0-dafdd4d93396/?format=api"
        }
    ]
}