GET /api/bet_types/65e2da6e-8253-4116-b795-ebf3bbc5fc2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65e2da6e-8253-4116-b795-ebf3bbc5fc2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccb99d3e-bb81-47ef-b4b8-f898ac26f26f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-19T09:52:15.426620-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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "77e46607-ea58-4193-bc8e-21197fe2a371",
            "gambit_id": "39ee1044-68d5-4ea4-92fb-24c9b2635eb7",
            "last_updated": "2023-02-20T09:46:55.815022-05:00",
            "created_at": "2023-02-19T09:52:15.429336-05:00",
            "name": "Game Total Over 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e2da6e-8253-4116-b795-ebf3bbc5fc2f/?format=api"
        },
        {
            "id": "2a65e457-f231-43b4-a1b5-158dee7f1373",
            "gambit_id": "6a2a93d9-599a-4fc6-baf4-80b60013bad3",
            "last_updated": "2023-02-20T09:46:55.813864-05:00",
            "created_at": "2023-02-19T09:52:15.428075-05:00",
            "name": "Game Total Under 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e2da6e-8253-4116-b795-ebf3bbc5fc2f/?format=api"
        }
    ]
}