GET /api/bet_types/930cd701-2ed3-471d-b724-e4647459610a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "930cd701-2ed3-471d-b724-e4647459610a",
    "match": "https://api-prod.gambitprofit.com/api/matches/07eaf130-0020-4502-ad6f-a2b645e1c9cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:02.384125-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca77bfb3-ccf9-4c11-bd5c-374a87baba2a",
            "gambit_id": "9285fdb3-5a3e-4b62-84d8-88a034628993",
            "last_updated": "2023-03-14T12:32:14.986549-04:00",
            "created_at": "2023-03-13T09:22:02.385374-04:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930cd701-2ed3-471d-b724-e4647459610a/?format=api"
        },
        {
            "id": "a05a5c89-86bd-4876-ae18-134883228479",
            "gambit_id": "8e6061b9-6fbb-49b7-9b29-379337b2743c",
            "last_updated": "2023-03-14T12:32:14.987940-04:00",
            "created_at": "2023-03-13T09:22:02.386658-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930cd701-2ed3-471d-b724-e4647459610a/?format=api"
        }
    ]
}