GET /api/bet_types/7bc4e2a6-7167-4182-b920-cc57aa14f2fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bc4e2a6-7167-4182-b920-cc57aa14f2fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/1600d607-8145-41ac-b3c3-e731f9ca2d6b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:55.696044-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1cde2ef-15ad-4896-bb76-8ec83ced3ef6",
            "gambit_id": "31939e9d-22f0-4a9b-8b8f-0a4ffaafe5fe",
            "last_updated": "2023-03-19T17:01:59.286165-04:00",
            "created_at": "2023-03-18T08:46:55.698046-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bc4e2a6-7167-4182-b920-cc57aa14f2fa/?format=api"
        },
        {
            "id": "b5b9254e-c844-4e46-9beb-64a75b3fe093",
            "gambit_id": "371d97a9-7cb5-48f0-9e99-315588cf8ecd",
            "last_updated": "2023-03-19T17:01:59.287769-04:00",
            "created_at": "2023-03-18T08:46:55.700425-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bc4e2a6-7167-4182-b920-cc57aa14f2fa/?format=api"
        }
    ]
}