GET /api/bet_types/eff82de8-0390-4b16-a5b6-4db88e9a11fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eff82de8-0390-4b16-a5b6-4db88e9a11fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3bd5fcc-cc3f-4bf2-ac43-39c9e1bd1f79/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:18.230555-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5de73271-d948-43fb-876d-299e73b42e4c",
            "gambit_id": "006ae0eb-7764-47cf-9f86-cb8a284fcd0c",
            "last_updated": "2023-03-17T11:06:48.565100-04:00",
            "created_at": "2023-03-16T17:37:18.231979-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eff82de8-0390-4b16-a5b6-4db88e9a11fe/?format=api"
        },
        {
            "id": "16d69788-7da5-4d1e-8277-35b856392e0e",
            "gambit_id": "5736d879-5e1e-4853-92c1-84aecf28f34e",
            "last_updated": "2023-03-17T11:06:48.566333-04:00",
            "created_at": "2023-03-16T17:37:18.233944-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eff82de8-0390-4b16-a5b6-4db88e9a11fe/?format=api"
        }
    ]
}