GET /api/bet_types/1c320585-432e-4b82-a67c-1b1614cb36e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c320585-432e-4b82-a67c-1b1614cb36e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7df00f69-a3ef-4622-92a8-34c49102f56c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T10:48:19.944326-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "23633cd2-c77c-4a84-8765-5b82b55a86f9",
            "gambit_id": "34611fc9-d272-4a87-979f-83778369118f",
            "last_updated": "2023-07-06T12:28:24.189792-04:00",
            "created_at": "2023-07-05T10:48:19.950339-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c320585-432e-4b82-a67c-1b1614cb36e3/?format=api"
        },
        {
            "id": "11086ad9-45a9-42c0-a1af-1fb18955b5e1",
            "gambit_id": "b03fd248-8e37-445a-bdae-40e09d1b591a",
            "last_updated": "2023-07-06T12:28:24.188076-04:00",
            "created_at": "2023-07-05T10:48:19.947230-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c320585-432e-4b82-a67c-1b1614cb36e3/?format=api"
        }
    ]
}