GET /api/bet_types/19b6bf12-2ed2-4416-8d35-13928c08d824/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19b6bf12-2ed2-4416-8d35-13928c08d824",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cc03b0d-1f6f-4649-ab90-692326f92050/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:56.320458-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": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4abd3631-dd5a-4a62-be1b-bc268b4a6c6f",
            "gambit_id": "4f5eff02-7483-4cd0-bbed-9e3a7f9557b4",
            "last_updated": "2023-01-16T10:11:50.390700-05:00",
            "created_at": "2023-01-14T08:26:56.323363-05:00",
            "name": "Game Total Under 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b6bf12-2ed2-4416-8d35-13928c08d824/?format=api"
        },
        {
            "id": "27c88091-1c4c-4797-a65b-0f2d164adf89",
            "gambit_id": "9ffbc408-5b43-49e8-afb7-1d9d08168d22",
            "last_updated": "2023-01-16T10:11:50.393798-05:00",
            "created_at": "2023-01-14T08:26:56.326196-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b6bf12-2ed2-4416-8d35-13928c08d824/?format=api"
        }
    ]
}