GET /api/bet_types/b0f2409f-926c-44c9-a11a-5234d1874b1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0f2409f-926c-44c9-a11a-5234d1874b1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c273bce5-2832-4690-a988-341ccc26d989/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-05T08:38:25.857403-04: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": "SEA",
                "amount": 5614.0
            },
            {
                "team": "SFO",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9192e39-02b4-4209-848f-6664926b1ed5",
            "gambit_id": "f7e0822a-93ee-424c-ab29-95b9be7dac78",
            "last_updated": "2023-07-06T12:37:57.611560-04:00",
            "created_at": "2023-07-05T08:38:25.859574-04:00",
            "name": "SEA",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0f2409f-926c-44c9-a11a-5234d1874b1b/?format=api"
        },
        {
            "id": "b68fe9f1-877c-4df7-8984-c060ea836bb3",
            "gambit_id": "335efc05-2808-4008-80a6-46d1bc3d8d8e",
            "last_updated": "2023-07-06T12:37:57.613740-04:00",
            "created_at": "2023-07-05T08:38:25.861448-04:00",
            "name": "SFO",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0f2409f-926c-44c9-a11a-5234d1874b1b/?format=api"
        }
    ]
}