GET /api/bet_types/a67c46a5-7d67-4bc2-87dc-56e8db099390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a67c46a5-7d67-4bc2-87dc-56e8db099390",
    "match": "https://api-prod.gambitprofit.com/api/matches/30903968-93a5-470e-9102-373b29bba089/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:08.079520-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": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dd8db54-3e4b-486c-9157-862224c98189",
            "gambit_id": "a2fb28e7-1ce2-41bf-aa8d-9db5fe283394",
            "last_updated": "2023-09-12T11:28:10.624607-04:00",
            "created_at": "2023-09-10T10:03:08.084036-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67c46a5-7d67-4bc2-87dc-56e8db099390/?format=api"
        },
        {
            "id": "b0fb8bc7-6ba7-4fcc-af73-6a9b49efef87",
            "gambit_id": "6333d664-3ce0-4cc7-ac11-1117b8cb41e9",
            "last_updated": "2023-09-12T11:28:10.628030-04:00",
            "created_at": "2023-09-10T10:03:08.088425-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67c46a5-7d67-4bc2-87dc-56e8db099390/?format=api"
        }
    ]
}