GET /api/bet_types/96887ed6-7b83-4fea-b13e-6b89ee793ffa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96887ed6-7b83-4fea-b13e-6b89ee793ffa",
    "match": "https://api-prod.gambitprofit.com/api/matches/8111e8d8-90fe-496e-a625-b5cbcf9075ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-06T08:12:16.720677-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aedf25b4-2932-4f80-8c5c-ac9785956825",
            "gambit_id": "304d21e4-060e-4680-9674-aac5099a9eb5",
            "last_updated": "2023-03-07T10:07:07.771446-05:00",
            "created_at": "2023-03-06T08:12:16.724210-05:00",
            "name": "Game Total Over 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96887ed6-7b83-4fea-b13e-6b89ee793ffa/?format=api"
        },
        {
            "id": "518cfea1-b113-4182-b56b-1ea19d0dd75a",
            "gambit_id": "f28b0f65-1e8b-4477-b818-4592cf93a59a",
            "last_updated": "2023-03-07T10:07:07.770286-05:00",
            "created_at": "2023-03-06T08:12:16.722476-05:00",
            "name": "Game Total Under 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96887ed6-7b83-4fea-b13e-6b89ee793ffa/?format=api"
        }
    ]
}