GET /api/bet_types/90b9b1c6-1d7e-44c5-b657-7ce2994d9c49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90b9b1c6-1d7e-44c5-b657-7ce2994d9c49",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0430bd9-642e-4f7c-92c3-e531c1c173b3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T14:32:08.238189-05: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": "Seattle Sea Dragons",
                "amount": 5000.0
            },
            {
                "team": "St Louis Battlehawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddc9705a-23e3-4f1d-b4de-7c72c71c4628",
            "gambit_id": "5a4032b1-9386-4afe-9659-fe3a134bb512",
            "last_updated": "2023-02-24T11:47:07.263645-05:00",
            "created_at": "2023-02-23T14:32:08.239416-05:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b9b1c6-1d7e-44c5-b657-7ce2994d9c49/?format=api"
        },
        {
            "id": "b4263edd-b68c-411f-813c-2092ff0f0785",
            "gambit_id": "15bfb301-7cfa-46b1-8fac-9135d1ee9657",
            "last_updated": "2023-02-24T11:47:07.264801-05:00",
            "created_at": "2023-02-23T14:32:08.240753-05:00",
            "name": "St Louis Battlehawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b9b1c6-1d7e-44c5-b657-7ce2994d9c49/?format=api"
        }
    ]
}