GET /api/bet_types/2f437ec4-a7b6-434c-8305-f6fd2c4810aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f437ec4-a7b6-434c-8305-f6fd2c4810aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9e77964-f8f5-4394-810e-6643242b613e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:16.855083-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ead7d499-0b50-40ed-94d3-47e9c5b2dce6",
            "gambit_id": "81a1bf2c-3684-4f05-98f7-8863c3a56e2e",
            "last_updated": "2023-12-19T20:58:17.289520-05:00",
            "created_at": "2023-12-18T09:53:16.859498-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f437ec4-a7b6-434c-8305-f6fd2c4810aa/?format=api"
        },
        {
            "id": "f543687f-2af7-4bc6-8c28-a769702d34ea",
            "gambit_id": "6f97e1a8-7b40-410d-8a36-742d29e25a5a",
            "last_updated": "2023-12-19T20:58:17.292758-05:00",
            "created_at": "2023-12-18T09:53:16.867236-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f437ec4-a7b6-434c-8305-f6fd2c4810aa/?format=api"
        }
    ]
}