GET /api/bet_types/377d0a2d-0d5e-4fc8-a4ab-e17227f6cc76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "377d0a2d-0d5e-4fc8-a4ab-e17227f6cc76",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e17b5bf-a46e-4377-8951-3a7e6eb1e969/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T13:37:12.177047-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6b4c424-da54-4f9b-aea5-aca0bec6e921",
            "gambit_id": "be910f72-ff97-4e92-9b2a-bcabe7b1a0b9",
            "last_updated": "2023-02-16T16:47:01.184770-05:00",
            "created_at": "2023-02-15T13:37:12.178361-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377d0a2d-0d5e-4fc8-a4ab-e17227f6cc76/?format=api"
        },
        {
            "id": "8b8e841f-c71b-4ac9-8d0e-8e63f0fd0f84",
            "gambit_id": "5d08a6e3-3ec4-433a-ab1f-6212cfb73506",
            "last_updated": "2023-02-16T16:47:01.185947-05:00",
            "created_at": "2023-02-15T13:37:12.179751-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377d0a2d-0d5e-4fc8-a4ab-e17227f6cc76/?format=api"
        }
    ]
}