GET /api/bet_types/64a770da-7912-4261-9c01-aee7324586b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64a770da-7912-4261-9c01-aee7324586b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d13bcfa-d79f-4368-bd68-6382bc3f6598/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:07.695793-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 76.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 76.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bf5e7c0-eab2-4f2d-a5d6-78223e0d16e3",
            "gambit_id": "aa0a16f9-8201-4957-aead-e96ae5e241a3",
            "last_updated": "2022-12-29T10:42:02.221416-05:00",
            "created_at": "2022-12-28T09:32:07.697037-05:00",
            "name": "Game Total Under 76.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "76.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64a770da-7912-4261-9c01-aee7324586b2/?format=api"
        },
        {
            "id": "4713e062-30f8-4b66-8d97-1ad37784d010",
            "gambit_id": "587290c7-f5d9-4a89-89ed-3c0687a30df6",
            "last_updated": "2022-12-29T10:42:02.222515-05:00",
            "created_at": "2022-12-28T09:32:07.698314-05:00",
            "name": "Game Total Over 76.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "76.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64a770da-7912-4261-9c01-aee7324586b2/?format=api"
        }
    ]
}