GET /api/bet_types/89373a46-6b47-4708-bc7a-69c0fb294e3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89373a46-6b47-4708-bc7a-69c0fb294e3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1563c858-a92d-431e-acf1-d76facb31b63/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:24.269080-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": "TAM",
                "amount": 5213.0
            },
            {
                "team": "LAA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bacbc1a3-71a3-441e-ac80-244c8992a31e",
            "gambit_id": "43938a6a-6e19-4207-a01b-322c392cb8e9",
            "last_updated": "2023-09-22T10:43:03.475820-04:00",
            "created_at": "2023-09-20T08:23:24.280654-04:00",
            "name": "TAM",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89373a46-6b47-4708-bc7a-69c0fb294e3e/?format=api"
        },
        {
            "id": "e35adc26-2c31-489c-bea4-2916e8befc1b",
            "gambit_id": "8eb68df3-e6e6-4298-a043-72395373f8af",
            "last_updated": "2023-09-22T10:43:03.470096-04:00",
            "created_at": "2023-09-20T08:23:24.275294-04:00",
            "name": "LAA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89373a46-6b47-4708-bc7a-69c0fb294e3e/?format=api"
        }
    ]
}