GET /api/bet_types/30065a6e-8c2e-46c9-8f64-57b2fcea5cb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30065a6e-8c2e-46c9-8f64-57b2fcea5cb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cf1467a-d30e-4588-baa2-354b04c37c43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:58.431388-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 Under 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c75ac28-42c1-424e-bbf7-b0697a6bdcdb",
            "gambit_id": "e5e0435c-1b61-4e8c-92e6-38551d049535",
            "last_updated": "2023-10-26T10:13:04.291773-04:00",
            "created_at": "2023-10-24T08:57:58.439452-04:00",
            "name": "Game Total Under 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30065a6e-8c2e-46c9-8f64-57b2fcea5cb0/?format=api"
        },
        {
            "id": "eee951e3-36ad-43e3-8f49-534cce4236eb",
            "gambit_id": "085ea294-879a-4127-b2bc-9948343df360",
            "last_updated": "2023-10-26T10:13:04.288061-04:00",
            "created_at": "2023-10-24T08:57:58.435302-04:00",
            "name": "Game Total Over 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30065a6e-8c2e-46c9-8f64-57b2fcea5cb0/?format=api"
        }
    ]
}