GET /api/bet_types/ea9711a2-66f9-488b-94fe-a61fee1b00af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea9711a2-66f9-488b-94fe-a61fee1b00af",
    "match": "https://api-prod.gambitprofit.com/api/matches/d26e12e5-d24d-4c6f-b819-6808c7d7c161/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:14.183488-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "56fd6898-cb90-426d-8be5-c6bb9fb79238",
            "gambit_id": "b9100504-8e91-464c-aa5b-917bcab711f1",
            "last_updated": "2023-06-01T10:17:07.845721-04:00",
            "created_at": "2023-05-31T11:47:14.187644-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea9711a2-66f9-488b-94fe-a61fee1b00af/?format=api"
        },
        {
            "id": "43145c3f-0415-4f12-9dfe-420745988cd1",
            "gambit_id": "62decbb5-9ed7-4576-879c-69b8e64c8dc2",
            "last_updated": "2023-06-01T10:17:07.842981-04:00",
            "created_at": "2023-05-31T11:47:14.185712-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea9711a2-66f9-488b-94fe-a61fee1b00af/?format=api"
        }
    ]
}