GET /api/bet_types/77b9dae5-2da5-4d37-8575-63de8ad8bd31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77b9dae5-2da5-4d37-8575-63de8ad8bd31",
    "match": "https://api-prod.gambitprofit.com/api/matches/27b15c5b-d2ab-407a-83bb-d4632a9f76e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:57.208623-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b27d5fc-f4f6-4cdc-9329-6202459156de",
            "gambit_id": "39bf64e9-331d-406a-8f87-0cf813587ee4",
            "last_updated": "2023-01-24T09:36:53.210339-05:00",
            "created_at": "2023-01-23T09:11:57.209814-05:00",
            "name": "Houston Rockets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b9dae5-2da5-4d37-8575-63de8ad8bd31/?format=api"
        },
        {
            "id": "e20e523f-aba3-4a6e-9c97-f0db4560ad3e",
            "gambit_id": "33131569-0c1c-4a51-8da0-855f650227f9",
            "last_updated": "2023-01-24T09:36:53.211582-05:00",
            "created_at": "2023-01-23T09:11:57.211503-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b9dae5-2da5-4d37-8575-63de8ad8bd31/?format=api"
        }
    ]
}