GET /api/bet_types/e4492c56-8e0c-4af3-8eaf-28c7c6149298/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4492c56-8e0c-4af3-8eaf-28c7c6149298",
    "match": "https://api-prod.gambitprofit.com/api/matches/012fab68-9f65-4eaa-80cd-9b35bee7e79d/?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": "CWS",
                "amount": 5838.0
            },
            {
                "team": "HOU",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "998f9271-a3c4-4a70-89fe-33ac399ab06c",
            "gambit_id": "f98a9c55-1cb4-4111-8e21-4b8b4927d01a",
            "last_updated": "2022-08-16T11:46:49.608038-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4492c56-8e0c-4af3-8eaf-28c7c6149298/?format=api"
        },
        {
            "id": "37bb4822-2408-476f-9c7e-36ac21b0652f",
            "gambit_id": "e7731e07-2bcb-41a9-a15f-282b7bf26bc2",
            "last_updated": "2022-08-16T11:46:49.608468-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4492c56-8e0c-4af3-8eaf-28c7c6149298/?format=api"
        }
    ]
}