GET /api/bet_types/43c37046-6f83-4875-9f2c-dac016568792/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43c37046-6f83-4875-9f2c-dac016568792",
    "match": "https://api-prod.gambitprofit.com/api/matches/f940d195-b1ed-4c15-934f-df38b420354f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:17.207230-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": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d9bb815-cf95-4e9a-8030-c359d250ee3e",
            "gambit_id": "14d2c130-f54e-494b-82a9-57c6f7ed6bc7",
            "last_updated": "2023-12-08T21:23:06.623962-05:00",
            "created_at": "2023-12-07T09:48:17.215175-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43c37046-6f83-4875-9f2c-dac016568792/?format=api"
        },
        {
            "id": "42a940ef-d327-4ae3-b4aa-35a6cc97d282",
            "gambit_id": "313bd892-5c87-4731-8d7e-774888ecb5f7",
            "last_updated": "2023-12-08T21:23:06.620787-05:00",
            "created_at": "2023-12-07T09:48:17.211495-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43c37046-6f83-4875-9f2c-dac016568792/?format=api"
        }
    ]
}