GET /api/bet_types/2ca80c74-8014-42e2-b1fc-d0d89013f372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ca80c74-8014-42e2-b1fc-d0d89013f372",
    "match": "https://api-prod.gambitprofit.com/api/matches/5867acea-fc2d-45ed-91e5-36b90d1a6df4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:05.712849-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": "New York Islanders",
                "amount": 6956.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "08e439a8-46da-4e66-9207-bfa56b547784",
            "gambit_id": "f66fedce-f410-480a-a8b7-e836c27ac208",
            "last_updated": "2023-01-30T17:46:55.049256-05:00",
            "created_at": "2023-01-28T09:42:05.714094-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca80c74-8014-42e2-b1fc-d0d89013f372/?format=api"
        },
        {
            "id": "76067441-7487-4733-9b03-58b647624e54",
            "gambit_id": "10d9316b-92ee-4ab4-9ccd-41780862026f",
            "last_updated": "2023-01-30T17:46:55.048112-05:00",
            "created_at": "2023-01-28T09:42:05.715415-05:00",
            "name": "Vegas Golden Knights",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca80c74-8014-42e2-b1fc-d0d89013f372/?format=api"
        }
    ]
}