GET /api/bet_types/204cf5ee-ec0c-4398-8ae5-4263a4368a02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "204cf5ee-ec0c-4398-8ae5-4263a4368a02",
    "match": "https://api-prod.gambitprofit.com/api/matches/77962a65-4e65-4596-878d-71585aac2d13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-30T08:23:05.548343-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": 5939.0
            },
            {
                "team": "TOR",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b348b19-9af6-4941-807c-96fc5e68ac98",
            "gambit_id": "deb03108-3487-4381-88f2-6ce37956a131",
            "last_updated": "2023-07-01T10:33:25.465284-04:00",
            "created_at": "2023-06-30T08:23:05.550144-04:00",
            "name": "BOS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204cf5ee-ec0c-4398-8ae5-4263a4368a02/?format=api"
        },
        {
            "id": "731c421f-89fc-4a0c-abb5-c91e7e32fc65",
            "gambit_id": "4c778485-a84e-44ce-b24c-645e7adc478b",
            "last_updated": "2023-07-01T10:33:25.466954-04:00",
            "created_at": "2023-06-30T08:23:05.552014-04:00",
            "name": "TOR",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204cf5ee-ec0c-4398-8ae5-4263a4368a02/?format=api"
        }
    ]
}