GET /api/bet_types/2fabd803-29f2-43db-b5c0-3e25a920a631/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fabd803-29f2-43db-b5c0-3e25a920a631",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-22T08:52:01.997746-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 5.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd90c597-98d5-4730-aa0b-e3ff04340680",
            "gambit_id": "be96e63a-3cc6-4aa4-b66d-20ef66ba87e3",
            "last_updated": "2023-02-23T09:26:55.459437-05:00",
            "created_at": "2023-02-22T08:52:01.999362-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fabd803-29f2-43db-b5c0-3e25a920a631/?format=api"
        },
        {
            "id": "2749995e-328e-4eb4-bf79-0cf48ee1b7b4",
            "gambit_id": "564399ad-e22e-4f82-8f26-262d35b34558",
            "last_updated": "2023-02-23T09:26:55.460604-05:00",
            "created_at": "2023-02-22T08:52:02.000874-05:00",
            "name": "Game Total Over 5.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fabd803-29f2-43db-b5c0-3e25a920a631/?format=api"
        }
    ]
}