GET /api/bet_types/95fd8975-e4da-4fec-a55e-a4fcd09ddce6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95fd8975-e4da-4fec-a55e-a4fcd09ddce6",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b360d4-908a-466f-ab45-3b445cccf52a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "aae1cca0-498d-41d0-9e46-09c58b0ccc82",
            "gambit_id": "8921deb2-e228-401a-8876-9fc068180e07",
            "last_updated": "2022-11-06T16:08:18.473254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95fd8975-e4da-4fec-a55e-a4fcd09ddce6/?format=api"
        },
        {
            "id": "024aaf8c-7cf6-41f8-8401-40d7aa85bee9",
            "gambit_id": "ed601555-e661-4783-957c-e0f94aab9f64",
            "last_updated": "2022-11-06T16:08:18.472057-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95fd8975-e4da-4fec-a55e-a4fcd09ddce6/?format=api"
        }
    ]
}