GET /api/bet_types/6013e94a-6925-41a3-85dc-8e0d9f257cba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6013e94a-6925-41a3-85dc-8e0d9f257cba",
    "match": "https://api-prod.gambitprofit.com/api/matches/731cd39e-2cf1-4e01-ad47-cf9634148888/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-27T11:51:59.892953-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": "SDG (S Lugo)",
                "amount": 6114.0
            },
            {
                "team": "CHC (H Wesneski)",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9598.42,
        "profit_sb": 98.42,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "1681f18f-c596-4261-9bdd-001d88789970",
            "gambit_id": "185851ef-304b-4f5d-82da-781abcf00d23",
            "last_updated": "2023-04-28T11:22:26.963017-04:00",
            "created_at": "2023-04-27T11:51:59.895744-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6013e94a-6925-41a3-85dc-8e0d9f257cba/?format=api"
        },
        {
            "id": "f7a701ac-ff18-4b15-add3-ad81b22e5558",
            "gambit_id": "cf9b0d40-d826-422f-b4f2-171f6f9134a6",
            "last_updated": "2023-04-28T11:22:26.961718-04:00",
            "created_at": "2023-04-27T11:51:59.894319-04:00",
            "name": "CHC (H Wesneski)",
            "reward": "2.47000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6013e94a-6925-41a3-85dc-8e0d9f257cba/?format=api"
        }
    ]
}