GET /api/bet_types/5f20cf74-6060-4bb1-8a12-0ffa2d1a5126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f20cf74-6060-4bb1-8a12-0ffa2d1a5126",
    "match": "https://api-prod.gambitprofit.com/api/matches/21795fca-b0c5-4c2b-b962-ec49c5c2ca6f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:52.802436-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "33e1032b-dbc5-4bba-83d8-3c08680230d0",
            "gambit_id": "74e97cd1-c267-42bf-bbb0-326ca0111cf4",
            "last_updated": "2023-04-04T19:32:04.930831-04:00",
            "created_at": "2023-04-03T09:56:52.803750-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f20cf74-6060-4bb1-8a12-0ffa2d1a5126/?format=api"
        },
        {
            "id": "87738bb1-8718-4680-a952-5e7a486c94ee",
            "gambit_id": "1e9b73a5-dd78-4e08-ad6f-fe566aa37cee",
            "last_updated": "2023-04-04T19:32:04.932178-04:00",
            "created_at": "2023-04-03T09:56:52.805093-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f20cf74-6060-4bb1-8a12-0ffa2d1a5126/?format=api"
        }
    ]
}