GET /api/bet_types/aee8b743-25c8-49e4-acf8-7e73e4c6a2a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aee8b743-25c8-49e4-acf8-7e73e4c6a2a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e3b9dad-e255-4539-b980-98855c690de6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:53:14.236519-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": "Total Rounds Under 1.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "05b490a1-88d4-49d2-9276-0b19b4c3b57b",
            "gambit_id": "0c3c5ba1-791c-4357-ae1f-4897a07ce187",
            "last_updated": "2023-07-17T10:23:26.533398-04:00",
            "created_at": "2023-07-15T11:53:14.240432-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aee8b743-25c8-49e4-acf8-7e73e4c6a2a5/?format=api"
        },
        {
            "id": "f54cd55d-cab6-4883-b5f4-e1b5c0b9b6c1",
            "gambit_id": "e3a66944-9217-4f65-aecf-d483f0cba6dc",
            "last_updated": "2023-07-17T10:23:26.531818-04:00",
            "created_at": "2023-07-15T11:53:14.238476-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aee8b743-25c8-49e4-acf8-7e73e4c6a2a5/?format=api"
        }
    ]
}