GET /api/bet_types/92746b1f-a881-4056-8c9f-cbf76ada0920/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92746b1f-a881-4056-8c9f-cbf76ada0920",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0be246-5bef-4409-985e-d9e05a95f07b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:04.894265-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": "SDG",
                "amount": 6100.0
            },
            {
                "team": "LOS",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ef13bd1-7366-44b2-bced-38fcb58b5e1d",
            "gambit_id": "e10e80e7-02c5-4a4d-a6aa-ff185f70e618",
            "last_updated": "2023-05-11T23:12:05.732808-04:00",
            "created_at": "2023-05-05T11:47:04.895835-04:00",
            "name": "SDG",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92746b1f-a881-4056-8c9f-cbf76ada0920/?format=api"
        },
        {
            "id": "510946ca-fd1d-4bf2-8788-88bc944e09fd",
            "gambit_id": "352e45c2-556c-4b2d-ae93-9d1f0463cdf5",
            "last_updated": "2023-05-11T23:12:05.734734-04:00",
            "created_at": "2023-05-05T11:47:04.897623-04:00",
            "name": "LOS",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92746b1f-a881-4056-8c9f-cbf76ada0920/?format=api"
        }
    ]
}