GET /api/bet_types/0517507f-494d-4210-a0e5-2e75b0d8d845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0517507f-494d-4210-a0e5-2e75b0d8d845",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a3da5-3fdd-4ac2-9efa-94c5ba32725e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T10:27:03.821685-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": "PIT",
                "amount": 5000.0
            },
            {
                "team": "HOU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eaebedff-a311-4955-a030-aca7f9b58396",
            "gambit_id": "9ec6df17-20f0-4607-a236-88e77ca5ac61",
            "last_updated": "2023-04-12T09:57:01.536397-04:00",
            "created_at": "2023-04-11T10:27:03.824453-04:00",
            "name": "PIT",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0517507f-494d-4210-a0e5-2e75b0d8d845/?format=api"
        },
        {
            "id": "261db9d0-cf62-49cf-b5d7-68c7697e449f",
            "gambit_id": "d3e6b232-85db-4a55-b20c-1f6d60d63ed3",
            "last_updated": "2023-04-12T09:57:01.538656-04:00",
            "created_at": "2023-04-11T10:27:03.830706-04:00",
            "name": "HOU",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0517507f-494d-4210-a0e5-2e75b0d8d845/?format=api"
        }
    ]
}