GET /api/bet_types/54346973-c17b-49d7-86c1-18804c8a620e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54346973-c17b-49d7-86c1-18804c8a620e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2f44f0a-b898-4913-a45d-8915ebe83a41/?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 6.5",
                "amount": 5399.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "1335d6ee-e57a-4868-814f-edca9d5ec7d3",
            "gambit_id": "c3692fac-90ac-4b0a-a945-a0f289ce1c3a",
            "last_updated": "2022-12-14T10:17:16.382504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54346973-c17b-49d7-86c1-18804c8a620e/?format=api"
        },
        {
            "id": "ec31abeb-7b4f-4f78-8676-802ce210f9cb",
            "gambit_id": "7f4d5bcd-f6ff-441c-9640-fce48e6d1278",
            "last_updated": "2022-12-14T10:17:16.381164-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54346973-c17b-49d7-86c1-18804c8a620e/?format=api"
        }
    ]
}