GET /api/bet_types/3b8bbc8e-b3b3-4f70-803a-b6717fdbd67f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b8bbc8e-b3b3-4f70-803a-b6717fdbd67f",
    "match": "https://api-prod.gambitprofit.com/api/matches/775e7036-bd55-4034-a1ab-32cf7d211fd2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:12.209517-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e901c70-8365-49b5-872e-18344eb2779c",
            "gambit_id": "5e7aea45-31da-420b-a70f-902c8d46fccd",
            "last_updated": "2023-05-27T16:12:10.867346-04:00",
            "created_at": "2023-05-26T11:52:12.213073-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b8bbc8e-b3b3-4f70-803a-b6717fdbd67f/?format=api"
        },
        {
            "id": "e1ea4356-ffdd-4511-87d6-5b83d79be85d",
            "gambit_id": "e80b10f3-8165-471e-a517-5566f285cce0",
            "last_updated": "2023-05-27T16:12:10.864737-04:00",
            "created_at": "2023-05-26T11:52:12.211226-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b8bbc8e-b3b3-4f70-803a-b6717fdbd67f/?format=api"
        }
    ]
}