GET /api/bet_types/5ab71025-8e72-4ffa-bc09-c2cd61e6de86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ab71025-8e72-4ffa-bc09-c2cd61e6de86",
    "match": "https://api-prod.gambitprofit.com/api/matches/de4603df-3088-485b-bb98-3fa0621452b5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:12.488323-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 148.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 148.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3e0ae56-d843-4c75-a14a-8c9e8c54dea6",
            "gambit_id": "0aa84d90-be6f-4b69-bdc3-205fc1b686df",
            "last_updated": "2023-03-18T11:42:24.679046-04:00",
            "created_at": "2023-03-14T19:52:12.492108-04:00",
            "name": "Game Total Over 148.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "148.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ab71025-8e72-4ffa-bc09-c2cd61e6de86/?format=api"
        },
        {
            "id": "c73ac1bb-a4da-4d95-b56e-673a47c37544",
            "gambit_id": "2517fe53-ac75-4a90-8332-fa4a9dc865bd",
            "last_updated": "2023-03-18T11:42:24.676929-04:00",
            "created_at": "2023-03-14T19:52:12.489779-04:00",
            "name": "Game Total Under 148.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "148.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ab71025-8e72-4ffa-bc09-c2cd61e6de86/?format=api"
        }
    ]
}