GET /api/bet_types/09e93e07-ca01-4239-956d-433d1da39e20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09e93e07-ca01-4239-956d-433d1da39e20",
    "match": "https://api-prod.gambitprofit.com/api/matches/d56f01f3-5cff-4ed1-b52e-bdff2be274f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T08:11:59.566565-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": "Game Total Over 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f11c2ab0-a87f-4b5e-9142-825867de5bd6",
            "gambit_id": "b2b9275d-1904-415d-8ed8-c6525ba83453",
            "last_updated": "2023-03-04T12:31:51.316647-05:00",
            "created_at": "2023-03-03T08:11:59.569204-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e93e07-ca01-4239-956d-433d1da39e20/?format=api"
        },
        {
            "id": "729a8031-38f7-4016-948e-6c3709d4b3ae",
            "gambit_id": "2b996b7f-9dd0-4f5c-8652-82d90d8cb324",
            "last_updated": "2023-03-04T12:31:51.315369-05:00",
            "created_at": "2023-03-03T08:11:59.567838-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e93e07-ca01-4239-956d-433d1da39e20/?format=api"
        }
    ]
}