GET /api/bet_types/4f401c55-53a4-4c72-b63c-36ceb8ff80e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f401c55-53a4-4c72-b63c-36ceb8ff80e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b37f5f-8f77-4a54-9f08-c992c1cc16de/?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 67.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b278bbe8-68fa-400d-84d3-3930c815791d",
            "gambit_id": "9b484a4a-4787-4140-bae3-ecae652121bb",
            "last_updated": "2022-11-06T16:17:47.254052-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f401c55-53a4-4c72-b63c-36ceb8ff80e3/?format=api"
        },
        {
            "id": "781b75d1-f259-4f33-9c84-99ab75eb00de",
            "gambit_id": "170aad6a-fef4-4680-a863-873f7eeeba8c",
            "last_updated": "2022-11-06T16:17:47.255182-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f401c55-53a4-4c72-b63c-36ceb8ff80e3/?format=api"
        }
    ]
}