GET /api/bet_types/cab4f5cc-73ad-4095-a431-5d344d072361/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cab4f5cc-73ad-4095-a431-5d344d072361",
    "match": "https://api-prod.gambitprofit.com/api/matches/9231b57d-19b1-4a95-8408-78e00e6ee881/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:12.706653-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "49e81507-8b9f-45cd-96d3-fdb05dafcb23",
            "gambit_id": "c3c9bebc-f114-42eb-a61b-5567eced1d7a",
            "last_updated": "2023-12-04T15:18:28.686194-05:00",
            "created_at": "2023-12-02T08:28:12.716151-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cab4f5cc-73ad-4095-a431-5d344d072361/?format=api"
        },
        {
            "id": "0083ba86-4b42-487f-8c3e-cc0193eeecc3",
            "gambit_id": "6e26abfb-7e44-4f3a-a7e8-c2cd8d2ee5ce",
            "last_updated": "2023-12-04T15:18:28.682897-05:00",
            "created_at": "2023-12-02T08:28:12.711497-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cab4f5cc-73ad-4095-a431-5d344d072361/?format=api"
        }
    ]
}