GET /api/bet_types/844ee14a-7e9c-40a7-9b7e-5fcd6af14ee0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "844ee14a-7e9c-40a7-9b7e-5fcd6af14ee0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f9806e-9bb6-4335-a792-bb94f8232031/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:24.516955-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "68c78bf8-e619-4e5e-b8b5-bef3fdc67ead",
            "gambit_id": "6745ee6b-de76-48ee-b4c4-9b3b103f13d8",
            "last_updated": "2023-09-23T20:48:07.502787-04:00",
            "created_at": "2023-09-22T09:58:24.524177-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/844ee14a-7e9c-40a7-9b7e-5fcd6af14ee0/?format=api"
        },
        {
            "id": "3e5653f7-bb29-4870-98b1-9d4d237c8815",
            "gambit_id": "53ab9d7d-979b-4657-91c4-cab8c032846f",
            "last_updated": "2023-09-23T20:48:07.498739-04:00",
            "created_at": "2023-09-22T09:58:24.520339-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/844ee14a-7e9c-40a7-9b7e-5fcd6af14ee0/?format=api"
        }
    ]
}