GET /api/bet_types/c10717eb-f0ac-44e2-b656-4cbc65ccfebe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c10717eb-f0ac-44e2-b656-4cbc65ccfebe",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2a0152-20ee-4fb4-a220-d1c74c9247e3/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f51fdae6-5fae-4041-9c32-ac427c24f3b8",
            "gambit_id": "94a4f2a8-4e05-4d44-a27f-c8cab80bd96f",
            "last_updated": "2022-12-05T15:47:16.102099-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10717eb-f0ac-44e2-b656-4cbc65ccfebe/?format=api"
        },
        {
            "id": "93d6b9dd-7a9d-45f3-8aec-aebd7780e761",
            "gambit_id": "840562d5-86d5-44f1-bcf4-fe3131aa21bf",
            "last_updated": "2022-12-05T15:47:16.100892-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10717eb-f0ac-44e2-b656-4cbc65ccfebe/?format=api"
        }
    ]
}