GET /api/bet_types/6c9a2462-4852-4605-b1f6-a7519022748a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c9a2462-4852-4605-b1f6-a7519022748a",
    "match": "https://api-prod.gambitprofit.com/api/matches/10139504-aefe-4deb-a286-dedee85ef6c0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:27:02.671129-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": "Game Total Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9dc5724-ea04-4272-8f6d-63625dfc8756",
            "gambit_id": "1d5fcdc6-e0f5-4429-94d2-0c8cea766c98",
            "last_updated": "2023-04-30T15:27:07.091677-04:00",
            "created_at": "2023-04-29T16:27:02.674614-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9a2462-4852-4605-b1f6-a7519022748a/?format=api"
        },
        {
            "id": "bde4d8b3-e8a7-447d-97f3-c530399260cf",
            "gambit_id": "6c4e5f5a-5fce-4211-98bc-cf5f7d39e1b3",
            "last_updated": "2023-04-30T15:27:07.090049-04:00",
            "created_at": "2023-04-29T16:27:02.672784-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9a2462-4852-4605-b1f6-a7519022748a/?format=api"
        }
    ]
}