GET /api/bet_types/cb1b96d6-24a2-43a2-958c-7ffb49606650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb1b96d6-24a2-43a2-958c-7ffb49606650",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb7f498-b843-454b-a7c2-b68ec9f6419c/?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 Over 7",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "f850f204-4262-4a09-a58c-303af02009ac",
            "gambit_id": "2b789abc-cd75-4ca4-945e-32a88dc125d9",
            "last_updated": "2022-12-24T17:12:16.050331-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb1b96d6-24a2-43a2-958c-7ffb49606650/?format=api"
        },
        {
            "id": "ce656caa-d723-49ed-b04f-664fe8719704",
            "gambit_id": "f91f7f21-fdfc-4ab7-941c-2c228701f6e4",
            "last_updated": "2022-12-24T17:12:16.049156-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb1b96d6-24a2-43a2-958c-7ffb49606650/?format=api"
        }
    ]
}