GET /api/bet_types/e47060d7-cf0b-4fe0-8b9d-a782941ef2c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e47060d7-cf0b-4fe0-8b9d-a782941ef2c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cafc905-cdfb-4f5b-8d51-9e9e5fed92cb/?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 Under 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1ba7c1b-0bed-46c5-9d08-66f32607a83c",
            "gambit_id": "ab58a71f-52d5-4da2-966f-2477735e468b",
            "last_updated": "2022-11-05T09:22:59.601245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e47060d7-cf0b-4fe0-8b9d-a782941ef2c5/?format=api"
        },
        {
            "id": "d8a7ad6f-8860-4c60-a834-1c41c83186b5",
            "gambit_id": "4d7d407b-a862-4508-8524-04bd191a4f0c",
            "last_updated": "2022-11-05T09:22:59.602220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e47060d7-cf0b-4fe0-8b9d-a782941ef2c5/?format=api"
        }
    ]
}