GET /api/bet_types/2d13d7a8-1e2d-4c8c-9ae2-2c1388383a52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d13d7a8-1e2d-4c8c-9ae2-2c1388383a52",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ab3b3da-f4b5-47b3-a64d-47eefd588b49/?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": "Anaheim Ducks",
                "amount": 5664.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "63c06628-5da1-43b1-9e1f-dc5d4d6caa6d",
            "gambit_id": "1e918bec-2566-46f0-9cdc-276c5043f225",
            "last_updated": "2022-11-18T09:52:42.484195-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d13d7a8-1e2d-4c8c-9ae2-2c1388383a52/?format=api"
        },
        {
            "id": "ab4b4801-469c-4cb9-8d8d-8b3772c94471",
            "gambit_id": "e69ae5a5-7ef3-4a79-a144-4d7b6c2b0b16",
            "last_updated": "2022-11-18T09:52:42.483188-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d13d7a8-1e2d-4c8c-9ae2-2c1388383a52/?format=api"
        }
    ]
}