GET /api/bet_types/d4500058-58af-4975-8dca-fe336d7e9dfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4500058-58af-4975-8dca-fe336d7e9dfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/55d7d937-9797-49aa-b7e9-9faebc37e8bd/?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 7",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2e03ce8-1464-42d4-923f-95a59305ca24",
            "gambit_id": "f802ca3f-b736-42cc-9157-69abd9ca8d5e",
            "last_updated": "2022-08-13T10:52:03.260328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4500058-58af-4975-8dca-fe336d7e9dfa/?format=api"
        },
        {
            "id": "27b40ef2-351d-4db9-8a80-5f921ed3fcbb",
            "gambit_id": "303461b2-01b7-4032-a08d-a0ffd9dc5a9d",
            "last_updated": "2022-08-13T10:52:03.260851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4500058-58af-4975-8dca-fe336d7e9dfa/?format=api"
        }
    ]
}