GET /api/bet_types/c3950d45-95db-4063-863e-4cdbdaddb64a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3950d45-95db-4063-863e-4cdbdaddb64a",
    "match": "https://api-prod.gambitprofit.com/api/matches/58d75855-9c23-4274-8be0-e2f5c7fd88c0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:07.667578-04: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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "efee8aad-1f0d-453b-b8d5-dbb8d0f2ab06",
            "gambit_id": "03ec7e77-e661-4371-a940-f46954db2bae",
            "last_updated": "2023-06-20T10:13:22.816752-04:00",
            "created_at": "2023-06-19T08:08:07.669181-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3950d45-95db-4063-863e-4cdbdaddb64a/?format=api"
        },
        {
            "id": "d7944455-93bb-4b7d-807f-26e550919060",
            "gambit_id": "b932a7c0-e711-4f35-9049-23b66335ee30",
            "last_updated": "2023-06-20T10:13:22.818604-04:00",
            "created_at": "2023-06-19T08:08:07.670740-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3950d45-95db-4063-863e-4cdbdaddb64a/?format=api"
        }
    ]
}