GET /api/bet_types/1eb2b384-e0fb-45be-8b9e-29790a1912f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eb2b384-e0fb-45be-8b9e-29790a1912f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/13304f03-0616-4045-8f1d-81f1228c3b4a/?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 Under 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3880fee4-453d-4227-b871-96727de46410",
            "gambit_id": "f3a4f697-4203-4728-8a54-fe358478cd0a",
            "last_updated": "2022-08-08T11:02:07.972034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb2b384-e0fb-45be-8b9e-29790a1912f3/?format=api"
        },
        {
            "id": "36b3c57d-88ae-4b2c-b3da-76787ee1458e",
            "gambit_id": "569cd423-d37a-4a73-adba-80ec164d24e9",
            "last_updated": "2022-08-08T11:02:07.972458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb2b384-e0fb-45be-8b9e-29790a1912f3/?format=api"
        }
    ]
}