GET /api/bet_types/2d1b65c6-979b-4a1e-a46e-66222528d592/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d1b65c6-979b-4a1e-a46e-66222528d592",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc28c417-5114-49ba-8cc0-f4f82505704b/?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": 5313.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "cdbfa632-9e65-4b26-afbe-97f5b920400c",
            "gambit_id": "da177d1a-c772-4bd9-9a4b-91781dc36ec8",
            "last_updated": "2022-08-29T13:02:02.011319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1b65c6-979b-4a1e-a46e-66222528d592/?format=api"
        },
        {
            "id": "aa6ce454-b6eb-4c78-9f26-54d2a6d80705",
            "gambit_id": "6623b5fa-9596-4f83-8106-1946317fe37b",
            "last_updated": "2022-08-29T13:02:02.011813-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1b65c6-979b-4a1e-a46e-66222528d592/?format=api"
        }
    ]
}