GET /api/bet_types/5546c426-da89-4dc2-b0b6-04165f04d65b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5546c426-da89-4dc2-b0b6-04165f04d65b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac1ba6fc-d7c4-4332-8280-88a322132f12/?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 9.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0df9311-623b-426e-8d49-d2414e2b9def",
            "gambit_id": "00bbd895-6e35-4635-afd3-1d4372844df1",
            "last_updated": "2022-09-05T13:32:05.490108-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5546c426-da89-4dc2-b0b6-04165f04d65b/?format=api"
        },
        {
            "id": "4d85a4aa-29b8-4f61-a560-34ff6d7187ca",
            "gambit_id": "28b9e630-4c38-49c8-8233-394584251f47",
            "last_updated": "2022-09-05T13:32:05.489135-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5546c426-da89-4dc2-b0b6-04165f04d65b/?format=api"
        }
    ]
}