GET /api/bet_types/df33336a-098d-4efe-b79c-3ad6be0cf17e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df33336a-098d-4efe-b79c-3ad6be0cf17e",
    "match": "https://api-prod.gambitprofit.com/api/matches/87fd6e8b-2aa3-4968-9bfe-510461daeb8e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T09:28:23.757698-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 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "916d9440-eae8-4c5c-a8a2-2c9f584d87f7",
            "gambit_id": "75f68831-64c6-47f2-9008-8541b4a27244",
            "last_updated": "2023-11-03T10:13:02.643121-04:00",
            "created_at": "2023-11-01T09:28:23.764844-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df33336a-098d-4efe-b79c-3ad6be0cf17e/?format=api"
        },
        {
            "id": "0a04b6b1-53da-4cd3-9cbc-c5abb6cd93a3",
            "gambit_id": "fdf764ad-2ec2-4c40-b4bb-5cd3ac6dfdc3",
            "last_updated": "2023-11-03T10:13:02.646491-04:00",
            "created_at": "2023-11-01T09:28:23.781373-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df33336a-098d-4efe-b79c-3ad6be0cf17e/?format=api"
        }
    ]
}