GET /api/bet_types/ed1399e7-0de4-441a-a439-fac66b43129e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed1399e7-0de4-441a-a439-fac66b43129e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e24d337-6dab-451b-87a6-6069b070936a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-16T09:23:12.332609-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "098300e1-ec4f-481e-8cb2-859b8a090aed",
            "gambit_id": "9efc6930-b610-42e9-8118-6bd40f270d1b",
            "last_updated": "2023-09-17T11:53:32.469498-04:00",
            "created_at": "2023-09-16T09:23:12.336903-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1399e7-0de4-441a-a439-fac66b43129e/?format=api"
        },
        {
            "id": "2ed56d7d-5408-48ae-b44b-5d3b779e0055",
            "gambit_id": "b6d7b9c8-8dd3-4b43-971b-6641281c2658",
            "last_updated": "2023-09-17T11:53:32.473420-04:00",
            "created_at": "2023-09-16T09:23:12.343463-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1399e7-0de4-441a-a439-fac66b43129e/?format=api"
        }
    ]
}