GET /api/bet_types/6237488d-beeb-4cbc-970d-25080442ac28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6237488d-beeb-4cbc-970d-25080442ac28",
    "match": "https://api-prod.gambitprofit.com/api/matches/290cedad-4bd5-4ed2-b2b9-e9e15e872a19/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T08:38:11.309597-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": "TEX",
                "amount": 5614.0
            },
            {
                "team": "LOS",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae964216-bbfc-4c3f-b3e0-4a556ebd1695",
            "gambit_id": "bb93413b-4c36-424d-9bde-bda5aa78ff1d",
            "last_updated": "2023-07-23T21:58:27.101059-04:00",
            "created_at": "2023-07-22T08:38:11.317449-04:00",
            "name": "TEX",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6237488d-beeb-4cbc-970d-25080442ac28/?format=api"
        },
        {
            "id": "0d8285a7-aa78-418f-84e0-b4afda11c6ec",
            "gambit_id": "edab0e3a-6d72-4c09-8005-a17292a58f5c",
            "last_updated": "2023-07-23T21:58:27.097932-04:00",
            "created_at": "2023-07-22T08:38:11.313562-04:00",
            "name": "LOS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6237488d-beeb-4cbc-970d-25080442ac28/?format=api"
        }
    ]
}