GET /api/bet_types/51365dcf-6737-4a8c-ae28-69c7748043d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51365dcf-6737-4a8c-ae28-69c7748043d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9e6f3c3-0b01-4798-a7ea-49f273f14fc7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T08:16:56.444143-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": "Total Rounds Under 1.5",
                "amount": 6061.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 3939.0
            }
        ],
        "expected_reward_tokens": 9333.94,
        "profit_sb": -166.06,
        "profit_sb_percentage": -1.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "8954c39e-1c1f-4bbd-a525-ef031a96d9de",
            "gambit_id": "c177752c-a402-4b32-8450-dd6491a1da40",
            "last_updated": "2023-01-23T11:52:15.076606-05:00",
            "created_at": "2023-01-21T08:16:56.445402-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51365dcf-6737-4a8c-ae28-69c7748043d1/?format=api"
        },
        {
            "id": "ce367c02-c719-4bf7-9a50-442e66d316e3",
            "gambit_id": "9f27dd61-60fd-4a30-b9a7-f2d4c38e7d98",
            "last_updated": "2023-01-23T11:52:15.078267-05:00",
            "created_at": "2023-01-21T08:16:56.446660-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51365dcf-6737-4a8c-ae28-69c7748043d1/?format=api"
        }
    ]
}