GET /api/bet_types/d7c876c5-84b3-4895-89cf-95cb6d4aac34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7c876c5-84b3-4895-89cf-95cb6d4aac34",
    "match": "https://api-prod.gambitprofit.com/api/matches/960f42b9-5f6d-43f9-acd6-5e691ae1f8ac/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 6",
                "amount": 5306.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4694.0
            }
        ],
        "expected_reward_tokens": 8965.54,
        "profit_sb": -34.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "65e07926-577e-4d8f-aa5b-2a2417aef416",
            "gambit_id": "f91b9075-e508-4fd6-aeec-da08406fbef8",
            "last_updated": "2022-12-22T20:37:20.513007-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7c876c5-84b3-4895-89cf-95cb6d4aac34/?format=api"
        },
        {
            "id": "33c0d40d-a1fa-426d-9671-c0c963c20eeb",
            "gambit_id": "1c844811-1a38-477b-bae3-67de4e31a563",
            "last_updated": "2022-12-22T20:37:20.514199-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7c876c5-84b3-4895-89cf-95cb6d4aac34/?format=api"
        }
    ]
}