GET /api/bet_types/7554122d-f0f1-4a23-aee9-6025d576e46f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7554122d-f0f1-4a23-aee9-6025d576e46f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5c51d12-9b76-4762-bee1-73aa353e5172/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "54afa81a-2387-495f-9d82-a260917a650c",
            "gambit_id": "8e46f73c-e997-4232-8867-312620c309a7",
            "last_updated": "2022-11-04T09:17:40.569711-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7554122d-f0f1-4a23-aee9-6025d576e46f/?format=api"
        },
        {
            "id": "d7d1e0a3-8eef-4a84-8f9b-80bc34958900",
            "gambit_id": "343ddf9f-b9a4-4fff-8058-3a4ab25497eb",
            "last_updated": "2022-11-04T09:17:40.568440-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7554122d-f0f1-4a23-aee9-6025d576e46f/?format=api"
        }
    ]
}