GET /api/bet_types/ad29b162-5db5-4089-9793-2b3900f7bfd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad29b162-5db5-4089-9793-2b3900f7bfd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f17d8803-27a0-4550-bd5d-59006686d5f5/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-09T09:23:03.967991-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 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": "39c58897-71b1-4c7e-ba72-e6489e6e13d4",
            "gambit_id": "0dcd5eff-6c79-43d6-b4d2-963272eaa03e",
            "last_updated": "2024-01-11T11:13:04.252578-05:00",
            "created_at": "2024-01-09T09:23:03.973930-05: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/ad29b162-5db5-4089-9793-2b3900f7bfd0/?format=api"
        },
        {
            "id": "651c2dc2-9f45-41f7-b544-ae41616ef69b",
            "gambit_id": "a1d6d88e-a351-48cb-95c4-2eb514517edc",
            "last_updated": "2024-01-11T11:13:04.255961-05:00",
            "created_at": "2024-01-09T09:23:03.979511-05: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/ad29b162-5db5-4089-9793-2b3900f7bfd0/?format=api"
        }
    ]
}