GET /api/bet_types/9af9d86a-4665-45ca-a08f-24e39836904e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9af9d86a-4665-45ca-a08f-24e39836904e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2aa0f12d-439f-4eb6-84ac-9d8f6998a340/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T14:22:08.961392-05: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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d8172b5-678e-456a-b962-1c6b0ac85428",
            "gambit_id": "3808b31a-d4b1-4b57-9a9b-0fa22400fe69",
            "last_updated": "2023-01-27T10:17:15.032636-05:00",
            "created_at": "2023-01-26T14:22:08.963076-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af9d86a-4665-45ca-a08f-24e39836904e/?format=api"
        },
        {
            "id": "9b9a26ac-a4c1-4049-bc1b-4dec647dada0",
            "gambit_id": "f5541810-2d18-491b-9401-9469486cbba0",
            "last_updated": "2023-01-27T10:17:15.033881-05:00",
            "created_at": "2023-01-26T14:22:08.964457-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af9d86a-4665-45ca-a08f-24e39836904e/?format=api"
        }
    ]
}