GET /api/bet_types/eb32fe3a-e649-42e8-a147-a70268299709/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb32fe3a-e649-42e8-a147-a70268299709",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8692a6-e18c-4ae4-8968-e8eeac0c5672/?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": "Vegas Golden Knights",
                "amount": 5730.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4270.0
            }
        ],
        "expected_reward_tokens": 9052.4,
        "profit_sb": 52.4,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ff319b5-05a1-414a-88f4-aeb443c70dbb",
            "gambit_id": "6960d8cb-85a1-41fd-aad1-9b79a4687fb0",
            "last_updated": "2022-12-20T20:12:22.063475-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb32fe3a-e649-42e8-a147-a70268299709/?format=api"
        },
        {
            "id": "7b29c4b3-aabd-42bc-875d-1762e0820e40",
            "gambit_id": "6c652c93-9331-477b-834a-4ad22396030b",
            "last_updated": "2022-12-20T20:12:22.064518-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb32fe3a-e649-42e8-a147-a70268299709/?format=api"
        }
    ]
}