GET /api/bet_types/dfd14c72-702c-44b4-b01e-fb03529866f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfd14c72-702c-44b4-b01e-fb03529866f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1f68745-5ec2-4742-bb78-f83d858eb014/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-04T12:16:53.527806-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": "dc47ed25-28de-4b75-a3b7-f37c1a7cef72",
            "gambit_id": "f5da0ef3-6acd-4bc4-b7e9-55b9944e8240",
            "last_updated": "2023-06-05T10:57:24.520924-04:00",
            "created_at": "2023-06-04T12:16:53.530014-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/dfd14c72-702c-44b4-b01e-fb03529866f1/?format=api"
        },
        {
            "id": "b8b9a712-f186-4d8d-95e9-0d6b2ea7b08a",
            "gambit_id": "64ebb624-c6dc-47a0-9ef3-f33f87af4314",
            "last_updated": "2023-06-05T10:57:24.522999-04:00",
            "created_at": "2023-06-04T12:16:53.532836-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/dfd14c72-702c-44b4-b01e-fb03529866f1/?format=api"
        }
    ]
}