GET /api/bet_types/4a1f4d52-22e4-47b6-a09f-0f0bd5dea3f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a1f4d52-22e4-47b6-a09f-0f0bd5dea3f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d873dd19-8cb7-4b2c-8073-adb6ef30ca31/?format=api",
    "name": "Pick the Winner",
    "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": "New York Rangers",
                "amount": 6913.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 538.83,
        "profit_sb_percentage": 5.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "7834e479-bdee-467a-8d25-6e0a86dc9141",
            "gambit_id": "f861ab33-5d82-4ff7-9ca9-69de7b8f63e5",
            "last_updated": "2022-11-02T20:57:11.313480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a1f4d52-22e4-47b6-a09f-0f0bd5dea3f8/?format=api"
        },
        {
            "id": "677a76d2-9ae8-4026-826b-704f76d8711a",
            "gambit_id": "59758c76-84b1-443c-a827-edae615b550e",
            "last_updated": "2022-11-02T20:57:11.314404-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a1f4d52-22e4-47b6-a09f-0f0bd5dea3f8/?format=api"
        }
    ]
}