GET /api/bet_types/5960bd76-e565-4d7a-9e03-202ba038d0a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5960bd76-e565-4d7a-9e03-202ba038d0a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa662f39-8912-4f57-91c8-c016c06de21c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:08.162170-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": "CIN",
                "amount": 5939.0
            },
            {
                "team": "TEX",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b572ac8-b32e-4e61-a6a4-2665d7ef83c4",
            "gambit_id": "177960cc-a09e-4fe7-ae9f-73e2e1b63ddc",
            "last_updated": "2023-04-25T11:42:20.192060-04:00",
            "created_at": "2023-04-24T13:02:08.164697-04:00",
            "name": "CIN",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5960bd76-e565-4d7a-9e03-202ba038d0a4/?format=api"
        },
        {
            "id": "1f0cde67-8ea1-4a16-98d9-4ca2d8f62d9c",
            "gambit_id": "4c378fa4-9e83-44c7-979f-0215c384a5f7",
            "last_updated": "2023-04-25T11:42:20.194406-04:00",
            "created_at": "2023-04-24T13:02:08.167615-04:00",
            "name": "TEX",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5960bd76-e565-4d7a-9e03-202ba038d0a4/?format=api"
        }
    ]
}