GET /api/bet_types/74b97c23-587a-4546-a2c2-e2bc714e365c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74b97c23-587a-4546-a2c2-e2bc714e365c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca3a5c2f-0e82-4460-ad2d-27881ce4860f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:57.952810-04: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": "Edmonton Oilers",
                "amount": 6090.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b6168eb-5e3b-4803-90ac-e4eab958ef52",
            "gambit_id": "be294849-28ff-48ae-a432-819d49d1211b",
            "last_updated": "2023-04-30T15:37:13.946530-04:00",
            "created_at": "2023-04-29T16:26:57.956468-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74b97c23-587a-4546-a2c2-e2bc714e365c/?format=api"
        },
        {
            "id": "bf0bdda0-b82b-42dc-bf16-54bbf9966c34",
            "gambit_id": "39f657b6-c435-42dc-a213-b37f0ec7b850",
            "last_updated": "2023-04-30T15:37:13.944928-04:00",
            "created_at": "2023-04-29T16:26:57.954934-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74b97c23-587a-4546-a2c2-e2bc714e365c/?format=api"
        }
    ]
}