GET /api/bet_types/c34d0071-30c3-48e1-835b-30f15f117af2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c34d0071-30c3-48e1-835b-30f15f117af2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a104ae32-062f-4e5a-95b1-550c58982744/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-17T10:28:03.726439-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aad76929-5699-48c8-a7f5-256d3c63557b",
            "gambit_id": "8418fc17-a950-4245-8750-ac85e90acde3",
            "last_updated": "2023-09-24T14:03:05.171109-04:00",
            "created_at": "2023-09-17T10:28:03.730355-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34d0071-30c3-48e1-835b-30f15f117af2/?format=api"
        },
        {
            "id": "16b3e036-57a5-4e43-bf48-1437f331aad8",
            "gambit_id": "cec5d234-2efe-437b-ab07-d2d0e60f9684",
            "last_updated": "2023-09-24T14:03:05.174503-04:00",
            "created_at": "2023-09-17T10:28:03.734577-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34d0071-30c3-48e1-835b-30f15f117af2/?format=api"
        }
    ]
}