GET /api/bet_types/21f66b67-2dc4-4e88-9c37-0e547790233d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21f66b67-2dc4-4e88-9c37-0e547790233d",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a84608-d11b-4972-97cd-9899998c3f2a/?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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b2db08f-dabb-4cc9-bbbd-2d1e85956d67",
            "gambit_id": "fc8f5fd5-dfef-473d-8502-9550e7e30b3c",
            "last_updated": "2022-11-05T09:28:20.084541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21f66b67-2dc4-4e88-9c37-0e547790233d/?format=api"
        },
        {
            "id": "2558ae31-8b3c-4021-a66f-4088aa8c3363",
            "gambit_id": "1a72d19c-6329-47c4-a359-42837f620ed8",
            "last_updated": "2022-11-05T09:28:20.083567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21f66b67-2dc4-4e88-9c37-0e547790233d/?format=api"
        }
    ]
}