GET /api/bet_types/9984b96d-f6fd-4afc-80e9-6ca6da37fc56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9984b96d-f6fd-4afc-80e9-6ca6da37fc56",
    "match": "https://api-prod.gambitprofit.com/api/matches/816caa69-9adf-4fff-93cf-008c35aa4f2c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:02.345716-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 13",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 13",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c2fa6e7-f5cd-4380-ada3-885e9d777957",
            "gambit_id": "7fdb114f-31c3-422f-a737-4cf96f4d6e5b",
            "last_updated": "2023-04-19T20:52:01.400904-04:00",
            "created_at": "2023-04-18T12:12:02.349418-04:00",
            "name": "Game Total Over 13",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9984b96d-f6fd-4afc-80e9-6ca6da37fc56/?format=api"
        },
        {
            "id": "40e2c065-3cf7-4949-b1c2-bd51432807a2",
            "gambit_id": "2ad5aa06-7b4b-440e-88f3-488471d6ee26",
            "last_updated": "2023-04-19T20:52:01.398222-04:00",
            "created_at": "2023-04-18T12:12:02.347642-04:00",
            "name": "Game Total Under 13",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9984b96d-f6fd-4afc-80e9-6ca6da37fc56/?format=api"
        }
    ]
}