GET /api/bet_types/83843edf-0c78-46c8-83a8-c94c7b3f2313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83843edf-0c78-46c8-83a8-c94c7b3f2313",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bfbfafd-b901-4592-9aca-90ba6460572c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-20T08:43:04.421838-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": "MIL",
                "amount": 5107.0
            },
            {
                "team": "TEX",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4411d0b-1e00-46c2-b7a7-b0f0b5663e02",
            "gambit_id": "416e0b0c-7ae6-4be1-9368-6700d025d7c7",
            "last_updated": "2023-08-21T17:53:26.065147-04:00",
            "created_at": "2023-08-20T08:43:04.426370-04:00",
            "name": "MIL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83843edf-0c78-46c8-83a8-c94c7b3f2313/?format=api"
        },
        {
            "id": "182ca511-53a0-45e3-bd6f-d07171067b7b",
            "gambit_id": "701f0eaf-fc5c-45d4-9406-1d11a52a7755",
            "last_updated": "2023-08-21T17:53:26.068454-04:00",
            "created_at": "2023-08-20T08:43:04.434659-04:00",
            "name": "TEX",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83843edf-0c78-46c8-83a8-c94c7b3f2313/?format=api"
        }
    ]
}