GET /api/bet_types/9bade21d-9362-42ba-87fd-81c4c85fd855/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bade21d-9362-42ba-87fd-81c4c85fd855",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e11daa5-084e-4da5-aaf3-af913f4bf834/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T11:38:23.211585-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": "LOS (E Sheehan)",
                "amount": 5490.0
            },
            {
                "team": "SFO (J Brebbia)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "69461430-87d4-49b9-ae73-458a317b5d6a",
            "gambit_id": "72662535-517b-4959-ad4e-bb85d477461e",
            "last_updated": "2023-06-17T14:53:00.150738-04:00",
            "created_at": "2023-06-16T11:38:23.218053-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bade21d-9362-42ba-87fd-81c4c85fd855/?format=api"
        },
        {
            "id": "59ce1114-4f1a-4c74-876f-3e9908020453",
            "gambit_id": "364d8ed2-4a40-4ef3-931f-5ff4d8181b3e",
            "last_updated": "2023-06-17T14:53:00.148845-04:00",
            "created_at": "2023-06-16T11:38:23.214849-04:00",
            "name": "SFO (J Brebbia)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bade21d-9362-42ba-87fd-81c4c85fd855/?format=api"
        }
    ]
}