GET /api/bet_types/40e7ec1f-8e53-4806-a4cf-1f6636159b5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40e7ec1f-8e53-4806-a4cf-1f6636159b5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf189aab-4c37-4ec9-b03b-500dd115bc05/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:10.244908-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": "8aba57b9-1bb3-4bf1-9a73-804563c8a71b",
            "gambit_id": "8dcd294d-cf22-46e7-9188-2ff8a1699cf9",
            "last_updated": "2023-05-10T15:17:06.608005-04:00",
            "created_at": "2023-05-09T11:07:10.248413-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/40e7ec1f-8e53-4806-a4cf-1f6636159b5b/?format=api"
        },
        {
            "id": "93bc6d5e-ee06-4922-ae88-00b85592821c",
            "gambit_id": "c8e4ef39-ce65-48cb-8258-df7b21db20b5",
            "last_updated": "2023-05-10T15:17:06.606344-04:00",
            "created_at": "2023-05-09T11:07:10.246744-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/40e7ec1f-8e53-4806-a4cf-1f6636159b5b/?format=api"
        }
    ]
}