GET /api/bet_types/106b1279-dfbf-4e62-8e82-e3929859b242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "106b1279-dfbf-4e62-8e82-e3929859b242",
    "match": "https://api-prod.gambitprofit.com/api/matches/536b3ac7-e1a1-44a4-8dc1-51f2596d9b77/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:02.706769-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2cf5555-63e1-42ea-a164-8d5024fa5b7f",
            "gambit_id": "80c685a0-d059-4241-879a-f7ee4963da26",
            "last_updated": "2023-01-02T12:36:59.942667-05:00",
            "created_at": "2023-01-01T09:22:02.707927-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106b1279-dfbf-4e62-8e82-e3929859b242/?format=api"
        },
        {
            "id": "4a04e934-037b-4a51-b9eb-eb152d133a50",
            "gambit_id": "a6f5dc88-f211-4030-bcc4-f50738a76bc5",
            "last_updated": "2023-01-02T12:36:59.943788-05:00",
            "created_at": "2023-01-01T09:22:02.709206-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106b1279-dfbf-4e62-8e82-e3929859b242/?format=api"
        }
    ]
}