GET /api/bet_types/9bdd34b5-4ad0-4746-be9d-63cdf969b277/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bdd34b5-4ad0-4746-be9d-63cdf969b277",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddabc729-52b1-40cd-aa3e-31f574b9771f/?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": 6398.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3602.0
            }
        ],
        "expected_reward_tokens": 9149.08,
        "profit_sb": 149.08,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7639fb7-9a8d-4cb1-8b33-cc4bb3ff5b7f",
            "gambit_id": "9265a812-8a38-4a13-96d2-48a3c9c82bb2",
            "last_updated": "2022-11-14T10:52:56.571492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdd34b5-4ad0-4746-be9d-63cdf969b277/?format=api"
        },
        {
            "id": "cff50f80-d023-4afe-8a20-70b9b735e985",
            "gambit_id": "81ac32ce-a147-4990-b1e4-00501d7b135f",
            "last_updated": "2022-11-14T10:52:56.570515-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.54000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdd34b5-4ad0-4746-be9d-63cdf969b277/?format=api"
        }
    ]
}