GET /api/bet_types/67a1929e-6bfc-46ed-8d75-913129eda133/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67a1929e-6bfc-46ed-8d75-913129eda133",
    "match": "https://api-prod.gambitprofit.com/api/matches/197b9c1a-d8fe-4109-8a72-cfce08f14efe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T12:18:07.230275-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": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c369fccb-09a0-40cc-adab-7d60e8b389bb",
            "gambit_id": "289ad05e-6ba8-44d3-a260-b45e9474c0ab",
            "last_updated": "2023-07-10T18:23:19.290928-04:00",
            "created_at": "2023-07-09T12:18:07.233681-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67a1929e-6bfc-46ed-8d75-913129eda133/?format=api"
        },
        {
            "id": "8a5fc872-9024-40d8-9e66-c7ee50ff33b2",
            "gambit_id": "f6e8da19-c9fd-4221-ac80-17ca5970dc5c",
            "last_updated": "2023-07-10T18:23:19.289247-04:00",
            "created_at": "2023-07-09T12:18:07.231905-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67a1929e-6bfc-46ed-8d75-913129eda133/?format=api"
        }
    ]
}