GET /api/bet_types/45d9afdf-b4ca-4206-a674-bb721a2ef9bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45d9afdf-b4ca-4206-a674-bb721a2ef9bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/859d6b0f-9029-441b-a080-ae7ca70ab444/?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": "Chicago Blackhawks",
                "amount": 6475.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "73b1decf-fc4b-4cf8-b02d-91f66a7dadb8",
            "gambit_id": "e673db4d-9a93-4f11-9b86-123629e9c323",
            "last_updated": "2022-10-24T11:56:46.456858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45d9afdf-b4ca-4206-a674-bb721a2ef9bd/?format=api"
        },
        {
            "id": "d38a554f-ae6d-4442-9a6c-d3821b2653f4",
            "gambit_id": "15c4e598-d24b-47d2-bfc0-94be8c0f2604",
            "last_updated": "2022-10-24T11:56:46.457857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45d9afdf-b4ca-4206-a674-bb721a2ef9bd/?format=api"
        }
    ]
}