GET /api/bet_types/059ce643-f2c9-4d7b-a51c-169ccc9b75e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "059ce643-f2c9-4d7b-a51c-169ccc9b75e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8f2fbe4-31dd-4f5e-811e-d3d73218b67f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T09:27:55.694780-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": "COL (C Flexen)",
                "amount": 5260.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "f264cac2-388b-4eef-9f95-9865ac5e498c",
            "gambit_id": "f6daa29c-0f4c-461d-acaf-7f30a17a765b",
            "last_updated": "2023-07-31T13:03:21.633914-04:00",
            "created_at": "2023-07-29T09:27:55.703682-04:00",
            "name": "COL (C Flexen)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059ce643-f2c9-4d7b-a51c-169ccc9b75e2/?format=api"
        },
        {
            "id": "a95fc834-7246-49f5-bcee-558ad28f28f3",
            "gambit_id": "8b751e05-cd63-4c45-90f8-964078e745d5",
            "last_updated": "2023-07-31T13:03:21.630056-04:00",
            "created_at": "2023-07-29T09:27:55.699533-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059ce643-f2c9-4d7b-a51c-169ccc9b75e2/?format=api"
        }
    ]
}