GET /api/bet_types/01197b24-390a-46d9-ae58-f39286c52d7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01197b24-390a-46d9-ae58-f39286c52d7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8558600a-18ff-4ea9-91b9-da2c348c089e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:20.629795-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4ec66a3-1830-4287-b0ed-8c70aeceea94",
            "gambit_id": "559b43eb-d8e3-4572-8962-a36d311d294d",
            "last_updated": "2024-02-01T10:43:00.924666-05:00",
            "created_at": "2024-01-31T09:58:20.641071-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01197b24-390a-46d9-ae58-f39286c52d7c/?format=api"
        },
        {
            "id": "fe05e9cb-c6d7-4b44-9eff-b3739ff8528d",
            "gambit_id": "c68f5d9e-57c9-4562-884b-00d5e26ae417",
            "last_updated": "2024-02-01T10:43:00.929672-05:00",
            "created_at": "2024-01-31T09:58:20.645006-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01197b24-390a-46d9-ae58-f39286c52d7c/?format=api"
        }
    ]
}