GET /api/bet_types/e9a13ef2-4b12-4667-9b97-23b504ba61f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9a13ef2-4b12-4667-9b97-23b504ba61f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/32e06856-416a-4ae5-bb78-5cd3fb8dfa21/?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 Over 6.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "96632c15-6e66-4e12-bf95-a3a02ea17b4c",
            "gambit_id": "be1028d5-53e2-4cec-8ae4-de95041f16fd",
            "last_updated": "2022-08-10T10:01:58.553441-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a13ef2-4b12-4667-9b97-23b504ba61f9/?format=api"
        },
        {
            "id": "93e26574-07f3-49bb-8497-26e80cf18658",
            "gambit_id": "5bf2dd79-90a6-4dcd-b0f2-da2aa22f694c",
            "last_updated": "2022-08-10T10:01:58.552954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a13ef2-4b12-4667-9b97-23b504ba61f9/?format=api"
        }
    ]
}