GET /api/bet_types/ff1eb7f4-9b59-4371-a6e1-abb42c17cdc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff1eb7f4-9b59-4371-a6e1-abb42c17cdc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebb63e63-4773-4d11-9d9f-063e70db7016/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:13.355721-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "29fdd35e-873a-472c-ad4f-f12f260f1a6c",
            "gambit_id": "8d37e294-63ea-43b2-91f4-5d256bb20534",
            "last_updated": "2023-06-07T10:23:04.238490-04:00",
            "created_at": "2023-06-06T10:57:13.358329-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff1eb7f4-9b59-4371-a6e1-abb42c17cdc9/?format=api"
        },
        {
            "id": "3e7787c2-8120-4f52-be81-bf2e059f517a",
            "gambit_id": "5126e868-d5da-4e9c-851b-eaab95868f6f",
            "last_updated": "2023-06-07T10:23:04.246500-04:00",
            "created_at": "2023-06-06T10:57:13.361439-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff1eb7f4-9b59-4371-a6e1-abb42c17cdc9/?format=api"
        }
    ]
}