GET /api/bet_types/5b52b562-3ed1-441a-9caa-63881d3923d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b52b562-3ed1-441a-9caa-63881d3923d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e502dd61-4b94-41c1-8b01-6d84e25fe576/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-06T12:43:10.939573-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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0507a5fc-f6d1-4d57-a236-6ce78c7d7ddc",
            "gambit_id": "4d592356-d6de-485a-bff5-7661a23460ec",
            "last_updated": "2023-11-07T20:58:23.258456-05:00",
            "created_at": "2023-11-06T12:43:10.943138-05:00",
            "name": "Game Total Over 222",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b52b562-3ed1-441a-9caa-63881d3923d4/?format=api"
        },
        {
            "id": "e7ad15e7-514f-492f-85b7-57a4a3469cbe",
            "gambit_id": "3a9ece44-8b88-4813-a657-4a4de6257e54",
            "last_updated": "2023-11-07T20:58:23.262965-05:00",
            "created_at": "2023-11-06T12:43:10.947183-05:00",
            "name": "Game Total Under 222",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b52b562-3ed1-441a-9caa-63881d3923d4/?format=api"
        }
    ]
}