GET /api/bet_types/225aae4a-e3a4-440a-963c-bd2b364588fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "225aae4a-e3a4-440a-963c-bd2b364588fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e53fb8c-c4fd-46bb-a293-801ed14bb41c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:09.833179-04: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": "BOS",
                "amount": 5512.0
            },
            {
                "team": "TOR",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae673ef2-79fd-4ae0-9787-ecdeeb5c1d4e",
            "gambit_id": "b59e50b9-b606-419e-9846-c50c3ee5d864",
            "last_updated": "2023-05-04T10:52:15.954528-04:00",
            "created_at": "2023-05-03T12:12:09.834698-04:00",
            "name": "BOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/225aae4a-e3a4-440a-963c-bd2b364588fe/?format=api"
        },
        {
            "id": "4d2e2c80-a833-4eba-bc25-da55ebe10d8b",
            "gambit_id": "08df5885-c32e-4514-a4cc-4b82e0a57c0d",
            "last_updated": "2023-05-04T10:52:15.955730-04:00",
            "created_at": "2023-05-03T12:12:09.836398-04:00",
            "name": "TOR",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/225aae4a-e3a4-440a-963c-bd2b364588fe/?format=api"
        }
    ]
}