GET /api/bet_types/846071d2-4a49-4921-9d25-22353648be89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "846071d2-4a49-4921-9d25-22353648be89",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b86fff4-106a-4f07-9501-018180582043/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-20T09:16:48.323608-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 Under 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "adbc6303-ba0c-4f4a-8832-000824dae1a6",
            "gambit_id": "e4a59920-5385-4d9f-9ce8-0d199e2b107c",
            "last_updated": "2023-02-21T09:31:48.064553-05:00",
            "created_at": "2023-02-20T09:16:48.324909-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846071d2-4a49-4921-9d25-22353648be89/?format=api"
        },
        {
            "id": "047af3b1-495e-4979-ba87-3583ef786a19",
            "gambit_id": "5b11ecef-ae5a-4a3e-88b3-3506c345a617",
            "last_updated": "2023-02-21T09:31:48.065753-05:00",
            "created_at": "2023-02-20T09:16:48.326210-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846071d2-4a49-4921-9d25-22353648be89/?format=api"
        }
    ]
}