GET /api/bet_types/ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/297de065-b683-481c-8f05-c9e8cf797694/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-21T13:01:47.122892-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": "Tampa Bay Lightning",
                "amount": 8072.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 1928.0
            }
        ],
        "expected_reward_tokens": 9444.24,
        "profit_sb": -55.76,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "55773cc7-05d9-4400-ab94-475723ac95fe",
            "gambit_id": "7a6ff3fd-1cb4-46d5-bab0-02e4752cb185",
            "last_updated": "2023-02-22T09:02:04.947395-05:00",
            "created_at": "2023-02-21T13:01:47.124538-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9/?format=api"
        },
        {
            "id": "e19a7d72-70ac-48c2-9d9c-a1a5777e4684",
            "gambit_id": "1d1666d2-e071-49f8-ab48-d19d9bae889f",
            "last_updated": "2023-02-22T09:02:04.948551-05:00",
            "created_at": "2023-02-21T13:01:47.125946-05:00",
            "name": "Anaheim Ducks",
            "reward": "4.90000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9/?format=api"
        }
    ]
}