GET /api/bet_types/c7c14cdf-14cc-4831-80d7-1631eb549209/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7c14cdf-14cc-4831-80d7-1631eb549209",
    "match": "https://api-prod.gambitprofit.com/api/matches/857ec4dc-7ae6-44cf-a775-e62d36eb3ef4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T08:07:19.017113-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4d6898f-b389-4d3b-b425-38d41b2fe6e7",
            "gambit_id": "5205e5bf-0ac4-445a-a548-7aacbba59725",
            "last_updated": "2023-03-04T12:46:54.279050-05:00",
            "created_at": "2023-03-03T08:07:19.018421-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c14cdf-14cc-4831-80d7-1631eb549209/?format=api"
        },
        {
            "id": "3cc18bed-640c-4b2e-8542-e7470cb4b0c2",
            "gambit_id": "4fd15c3f-2422-4ee5-97bb-498d4abbc3b0",
            "last_updated": "2023-03-04T12:46:54.280155-05:00",
            "created_at": "2023-03-03T08:07:19.019738-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c14cdf-14cc-4831-80d7-1631eb549209/?format=api"
        }
    ]
}