GET /api/bet_types/af2e6707-565e-4fe1-a25d-fe0e62495538/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af2e6707-565e-4fe1-a25d-fe0e62495538",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af01d66-7a52-4bbd-9e65-fa8069f6b76e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:07:15.126908-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": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ec48da6-8849-49ba-833c-183cf2d5c32d",
            "gambit_id": "e69ee4d9-6c6b-4941-9801-4aa26c1c4b5d",
            "last_updated": "2023-02-19T15:57:14.397187-05:00",
            "created_at": "2023-02-18T09:07:15.129538-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2e6707-565e-4fe1-a25d-fe0e62495538/?format=api"
        },
        {
            "id": "20a97dcb-a560-4cf1-ae83-4196b79682dd",
            "gambit_id": "86cdbde5-2a0b-4a4b-9c02-e43ea0088f4a",
            "last_updated": "2023-02-19T15:57:14.395856-05:00",
            "created_at": "2023-02-18T09:07:15.128231-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2e6707-565e-4fe1-a25d-fe0e62495538/?format=api"
        }
    ]
}