GET /api/bet_types/ad4e35bc-b3f4-4a97-980e-aac9318e774b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad4e35bc-b3f4-4a97-980e-aac9318e774b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5a4597d-1e4b-42fd-9334-f5a4714a0927/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:00.578412-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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "PHI",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c000b2d-cb54-4098-b3b1-5e281ac69f0c",
            "gambit_id": "12b103da-6a9b-4850-aeb8-02daf5013627",
            "last_updated": "2023-04-19T17:46:59.152062-04:00",
            "created_at": "2023-04-17T11:42:00.581518-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad4e35bc-b3f4-4a97-980e-aac9318e774b/?format=api"
        },
        {
            "id": "92b9e0b4-6df8-420c-9e51-ce9b517eb577",
            "gambit_id": "8f9bbcb5-58f4-4795-8644-a7574c22cc22",
            "last_updated": "2023-04-19T17:46:59.154109-04:00",
            "created_at": "2023-04-17T11:42:00.584131-04:00",
            "name": "PHI",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad4e35bc-b3f4-4a97-980e-aac9318e774b/?format=api"
        }
    ]
}