GET /api/bet_types/f6435bae-29b8-4fd4-ad8c-da9888c545b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6435bae-29b8-4fd4-ad8c-da9888c545b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/519fbadd-979b-4541-91aa-3bcce6551b2f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:05.466402-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdca1612-c55f-4822-a5b4-dc37f648c5d6",
            "gambit_id": "55aa56dc-d199-4a23-9c46-3588422d0276",
            "last_updated": "2023-04-13T11:17:15.106504-04:00",
            "created_at": "2023-04-11T10:27:05.470874-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6435bae-29b8-4fd4-ad8c-da9888c545b0/?format=api"
        },
        {
            "id": "01b032dc-8690-44ff-8feb-3e650712125b",
            "gambit_id": "145d2bd5-9fc0-42ef-b5eb-4443d542cf38",
            "last_updated": "2023-04-13T11:17:15.105291-04:00",
            "created_at": "2023-04-11T10:27:05.468558-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6435bae-29b8-4fd4-ad8c-da9888c545b0/?format=api"
        }
    ]
}