GET /api/bet_types/0f7e43e5-d82c-483b-844c-5ace61f83b08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f7e43e5-d82c-483b-844c-5ace61f83b08",
    "match": "https://api-prod.gambitprofit.com/api/matches/984afcc8-2495-4593-b9b1-57fe42912c6d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f319bbe-513b-4768-b855-d00820f28908",
            "gambit_id": "5548fae3-b2b0-4b1c-b2a8-2ff3b9a47063",
            "last_updated": "2022-12-03T09:57:34.680445-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7e43e5-d82c-483b-844c-5ace61f83b08/?format=api"
        },
        {
            "id": "f98410bb-10e8-4a31-a329-8cc7c63d70b9",
            "gambit_id": "3150f7ee-3577-40ef-98eb-73a7d1fdd0b6",
            "last_updated": "2022-12-03T09:57:34.681489-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7e43e5-d82c-483b-844c-5ace61f83b08/?format=api"
        }
    ]
}