GET /api/bet_types/e7bbbb53-ddc2-4c9b-875d-80717f8e1974/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7bbbb53-ddc2-4c9b-875d-80717f8e1974",
    "match": "https://api-prod.gambitprofit.com/api/matches/26994adc-606b-4b4b-9245-02d0c6b156bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T10:07:09.142459-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b0ebad5-dff4-4051-b838-e2baa9db85d7",
            "gambit_id": "aa3daf5e-6d9b-4526-ac0b-314ac076765b",
            "last_updated": "2023-03-21T10:52:09.521537-04:00",
            "created_at": "2023-03-20T10:07:09.148831-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7bbbb53-ddc2-4c9b-875d-80717f8e1974/?format=api"
        },
        {
            "id": "36ce4bae-1aa3-4790-b015-343bfa84b561",
            "gambit_id": "349dc1b5-ac29-4bf5-a327-6414b5f7ca92",
            "last_updated": "2023-03-21T10:52:09.519685-04:00",
            "created_at": "2023-03-20T10:07:09.145370-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7bbbb53-ddc2-4c9b-875d-80717f8e1974/?format=api"
        }
    ]
}