GET /api/bet_types/a17f9f2e-33ee-4f69-8a8a-302fe7a4b67a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a17f9f2e-33ee-4f69-8a8a-302fe7a4b67a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c7614f5-969e-46a0-9232-c39089ff19c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:58.130036-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9c968d0-272c-493e-ada7-d044296185c9",
            "gambit_id": "67dc0a64-14c4-42ac-b25a-219251ffb9ed",
            "last_updated": "2023-03-08T10:12:14.834607-05:00",
            "created_at": "2023-03-07T09:41:58.131339-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a17f9f2e-33ee-4f69-8a8a-302fe7a4b67a/?format=api"
        },
        {
            "id": "5ebaca36-d4df-4727-a935-9c9604a012ee",
            "gambit_id": "001a4d2f-8e58-4236-94b5-05aaa1206714",
            "last_updated": "2023-03-08T10:12:14.835963-05:00",
            "created_at": "2023-03-07T09:41:58.132662-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a17f9f2e-33ee-4f69-8a8a-302fe7a4b67a/?format=api"
        }
    ]
}