GET /api/bet_types/4b4ca498-2a22-4a85-bc11-512e48da6e29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b4ca498-2a22-4a85-bc11-512e48da6e29",
    "match": "https://api-prod.gambitprofit.com/api/matches/88a90870-77ed-4942-8793-cc6506dad538/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:50.258789-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": "San Jose Sharks",
                "amount": 6329.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3671.0
            }
        ],
        "expected_reward_tokens": 9618.02,
        "profit_sb": 118.02,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f5b28f6-daf9-4b24-92e2-c1c6982c2d0e",
            "gambit_id": "8ace7cee-6550-4928-96fa-7a3c9bfac3b7",
            "last_updated": "2023-01-25T14:27:09.971879-05:00",
            "created_at": "2023-01-24T09:31:50.261810-05:00",
            "name": "San Jose Sharks",
            "reward": "1.52000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4ca498-2a22-4a85-bc11-512e48da6e29/?format=api"
        },
        {
            "id": "0b15215a-4206-4954-a1e7-ad96e0874573",
            "gambit_id": "ab54e4b6-bf96-4531-9e06-eee41094ddc9",
            "last_updated": "2023-01-25T14:27:09.970568-05:00",
            "created_at": "2023-01-24T09:31:50.260356-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.62000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4ca498-2a22-4a85-bc11-512e48da6e29/?format=api"
        }
    ]
}