GET /api/bet_types/626b5384-8be0-4ced-b566-df6c3f38b797/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "626b5384-8be0-4ced-b566-df6c3f38b797",
    "match": "https://api-prod.gambitprofit.com/api/matches/d30c2b95-5102-41b2-b65c-b0f33c8f5b67/?format=api",
    "name": "Play the Odds",
    "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": "SDG",
                "amount": 5313.0
            },
            {
                "team": "KAN",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8a5fe93-066f-4ec9-935b-5b329c5bb1cd",
            "gambit_id": "0b8e3f98-031b-4b07-81da-ca2cad33404a",
            "last_updated": "2022-08-29T13:07:04.915390-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626b5384-8be0-4ced-b566-df6c3f38b797/?format=api"
        },
        {
            "id": "feed9fc6-6465-4bcc-ba4b-e767e0783bd8",
            "gambit_id": "4ba40356-e7e5-4241-891c-21ab03146184",
            "last_updated": "2022-08-29T13:07:04.914927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626b5384-8be0-4ced-b566-df6c3f38b797/?format=api"
        }
    ]
}