GET /api/bet_types/1a73b291-e796-4964-ad4b-47d5c957043e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a73b291-e796-4964-ad4b-47d5c957043e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5adcb2c-7200-467d-bbbe-8d62880b5395/?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 55.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 55.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "286ed383-2713-41b2-9ad5-5752c35366e0",
            "gambit_id": "32c056de-9fad-4d08-981b-4044320155f2",
            "last_updated": "2022-10-31T10:17:30.897886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a73b291-e796-4964-ad4b-47d5c957043e/?format=api"
        },
        {
            "id": "e840af20-f329-4ed1-8234-62b5f048623e",
            "gambit_id": "54839390-06a7-45e1-afeb-5e1985eaf4ed",
            "last_updated": "2022-10-31T10:17:30.896922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a73b291-e796-4964-ad4b-47d5c957043e/?format=api"
        }
    ]
}