GET /api/bet_types/ff8e3159-be63-44b2-85e5-a90b3b046f5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff8e3159-be63-44b2-85e5-a90b3b046f5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e890f58c-35fc-45f7-8cec-142b70e9e9ce/?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 7",
                "amount": 5313.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "49b1cbe9-c8c5-48db-ab40-2885c8f7ba7e",
            "gambit_id": "48c78929-3c62-4882-b7af-c73f1b83f087",
            "last_updated": "2022-08-29T13:02:03.041351-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8e3159-be63-44b2-85e5-a90b3b046f5c/?format=api"
        },
        {
            "id": "0cbf912c-6c75-4e3a-889d-a293627b45e5",
            "gambit_id": "ec595e21-0c8a-4be1-a3f0-7e208c172692",
            "last_updated": "2022-08-29T13:02:03.040847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8e3159-be63-44b2-85e5-a90b3b046f5c/?format=api"
        }
    ]
}