GET /api/bet_types/d7550cba-e50b-4a77-81eb-5aca7030efeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7550cba-e50b-4a77-81eb-5aca7030efeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d28bae0b-6926-43e8-971a-ead556069b6c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:47:59.854722-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": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "edaed062-3add-413b-adeb-dbcfa07ed6b5",
            "gambit_id": "64eefe5e-4b0a-45c6-8645-508966e98116",
            "last_updated": "2023-12-21T10:38:21.448166-05:00",
            "created_at": "2023-12-19T08:47:59.864087-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7550cba-e50b-4a77-81eb-5aca7030efeb/?format=api"
        },
        {
            "id": "05a09485-21d6-4850-94a6-da4abc65b4f8",
            "gambit_id": "2dfd274d-719d-4c50-bccd-bd5adb6477ee",
            "last_updated": "2023-12-21T10:38:21.440393-05:00",
            "created_at": "2023-12-19T08:47:59.858543-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7550cba-e50b-4a77-81eb-5aca7030efeb/?format=api"
        }
    ]
}