GET /api/bet_types/11911984-a54e-4c36-8644-4ee977e3b313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11911984-a54e-4c36-8644-4ee977e3b313",
    "match": "https://api-prod.gambitprofit.com/api/matches/49d832ae-1cca-4415-80bd-1e3d943d7f98/?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 Under 7.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "aad3336f-d430-4537-a26c-015604e3452d",
            "gambit_id": "51ac3858-066e-4ed3-803a-62c75b4a5270",
            "last_updated": "2022-09-11T18:27:16.091678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11911984-a54e-4c36-8644-4ee977e3b313/?format=api"
        },
        {
            "id": "428cd437-8ced-42e1-94b5-1dbe96ca337f",
            "gambit_id": "54d491fa-1e75-43d1-a8f6-132af008fe98",
            "last_updated": "2022-09-11T18:27:16.092780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11911984-a54e-4c36-8644-4ee977e3b313/?format=api"
        }
    ]
}