GET /api/bet_types/f9793238-1d43-4195-9e9e-36d1e4b5b9ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9793238-1d43-4195-9e9e-36d1e4b5b9ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a5e9fde-8b5b-4ce1-b167-449d3b152730/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-20T09:16:48.479328-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": "Philadelphia Flyers",
                "amount": 5419.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a58e0d5-0e9d-4a40-bd9c-e9c29683459d",
            "gambit_id": "4b514c62-6d55-42d3-a578-3356e3f81735",
            "last_updated": "2023-02-21T09:31:48.230168-05:00",
            "created_at": "2023-02-20T09:16:48.481961-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9793238-1d43-4195-9e9e-36d1e4b5b9ee/?format=api"
        },
        {
            "id": "ab6394e6-a3ce-4931-aa26-ba244fea1fad",
            "gambit_id": "7ea3be1d-d751-4b94-9e41-eebe5c63d344",
            "last_updated": "2023-02-21T09:31:48.229021-05:00",
            "created_at": "2023-02-20T09:16:48.480583-05:00",
            "name": "Calgary Flames",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9793238-1d43-4195-9e9e-36d1e4b5b9ee/?format=api"
        }
    ]
}