GET /api/bet_types/704729f5-83e8-4f73-8485-bf0c5172de41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "704729f5-83e8-4f73-8485-bf0c5172de41",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab0696e-644e-4ba4-a0a3-61382ca0eff1/?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": "Philadelphia Flyers",
                "amount": 5492.0
            },
            {
                "team": "New York Islanders",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "9850dcc7-7760-4005-8b76-02ba76103705",
            "gambit_id": "0bc0ba53-c073-4d83-a4fa-55d9b76643da",
            "last_updated": "2022-11-28T11:21:55.531563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704729f5-83e8-4f73-8485-bf0c5172de41/?format=api"
        },
        {
            "id": "667c5ded-8297-470a-9e0f-8527e95db05a",
            "gambit_id": "4be0519f-c06c-4d58-9790-e9cfc5a1268a",
            "last_updated": "2022-11-28T11:21:55.530581-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704729f5-83e8-4f73-8485-bf0c5172de41/?format=api"
        }
    ]
}