GET /api/bet_types/4a2b4e7a-9c40-446f-a311-f28f0669cdf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a2b4e7a-9c40-446f-a311-f28f0669cdf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5634dd4c-e77c-48fd-9ebf-417b025fa36b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-27T08:57:17.025765-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d602d010-c548-4656-a9fe-858e8a6c271d",
            "gambit_id": "c5aaf2b8-5e8c-457e-a825-07fd9e847d8a",
            "last_updated": "2023-01-28T19:22:10.225729-05:00",
            "created_at": "2023-01-27T08:57:17.027137-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a2b4e7a-9c40-446f-a311-f28f0669cdf1/?format=api"
        },
        {
            "id": "c67c5fd5-21d1-4a54-8a8b-dd77793c4b17",
            "gambit_id": "9796f391-a35e-4bf7-81a1-2c74f371f84e",
            "last_updated": "2023-01-28T19:22:10.226843-05:00",
            "created_at": "2023-01-27T08:57:17.028550-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a2b4e7a-9c40-446f-a311-f28f0669cdf1/?format=api"
        }
    ]
}