GET /api/bet_types/6a2a1b66-4a8e-4953-9d37-faac08958224/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a2a1b66-4a8e-4953-9d37-faac08958224",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c1bafb3-844f-4123-b888-a6d54ce54dd8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-10T15:12:00.156293-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 209.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 209.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "76b2eddd-6217-4d73-a51d-3559f427cc54",
            "gambit_id": "2009bd43-77b2-465c-ba97-a868568dbe99",
            "last_updated": "2023-05-11T11:17:10.834709-04:00",
            "created_at": "2023-05-10T15:12:00.159340-04:00",
            "name": "Game Total Over 209.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a2a1b66-4a8e-4953-9d37-faac08958224/?format=api"
        },
        {
            "id": "e8ac95bc-865f-4dc7-9009-10c5b460e15d",
            "gambit_id": "487de9aa-40f5-4308-8d71-a19ba5fb7ce6",
            "last_updated": "2023-05-11T11:17:10.833194-04:00",
            "created_at": "2023-05-10T15:12:00.157853-04:00",
            "name": "Game Total Under 209.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a2a1b66-4a8e-4953-9d37-faac08958224/?format=api"
        }
    ]
}