GET /api/bet_types/056700ae-e091-4885-8e1f-c714c615069e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "056700ae-e091-4885-8e1f-c714c615069e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dedf64ac-fdb8-49d3-8a63-0a419674edd5/?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": "Carolina Hurricanes",
                "amount": 5571.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "111284e1-010f-4a44-b32e-5d19fbf90b52",
            "gambit_id": "093c3778-92e3-47ce-b1f9-18e42ca39233",
            "last_updated": "2022-12-03T10:22:35.655206-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/056700ae-e091-4885-8e1f-c714c615069e/?format=api"
        },
        {
            "id": "389a0b7b-3dc6-4e7d-ab0d-c9b872b8774e",
            "gambit_id": "281d6d6c-e0af-45b3-ae51-d937842de566",
            "last_updated": "2022-12-03T10:22:35.654214-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/056700ae-e091-4885-8e1f-c714c615069e/?format=api"
        }
    ]
}