GET /api/bet_types/82e40a29-3c7a-4baf-ade5-9b413719f1c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82e40a29-3c7a-4baf-ade5-9b413719f1c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfa782f3-7a1c-48d2-93ea-1549b6ec5389/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:04.008432-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9392165-0fd7-46a8-b6a7-6fda9293c5f0",
            "gambit_id": "3c0200e3-bf5f-4a9e-9669-7ca7e476094e",
            "last_updated": "2023-04-13T11:27:24.413453-04:00",
            "created_at": "2023-04-11T10:27:04.011575-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e40a29-3c7a-4baf-ade5-9b413719f1c7/?format=api"
        },
        {
            "id": "bb7e61e1-ec1d-4859-997c-d73dfadda66a",
            "gambit_id": "abb274cf-018f-4d58-9e6f-5487c463e5dc",
            "last_updated": "2023-04-13T11:27:24.414677-04:00",
            "created_at": "2023-04-11T10:27:04.015772-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e40a29-3c7a-4baf-ade5-9b413719f1c7/?format=api"
        }
    ]
}