GET /api/bet_types/79d363ba-7bb3-4410-93e7-ddf2da612e61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79d363ba-7bb3-4410-93e7-ddf2da612e61",
    "match": "https://api-prod.gambitprofit.com/api/matches/8485bcdf-aab9-4e07-a8b8-64265e92c4c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-04T09:48:06.354556-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": "TEX (A Heaney)",
                "amount": 5079.0
            },
            {
                "team": "HOU (J France)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "8887f702-6011-452b-8347-105194444446",
            "gambit_id": "daf12589-eaee-45e2-bf1e-3a1b428d02bb",
            "last_updated": "2023-09-05T17:13:00.968648-04:00",
            "created_at": "2023-09-04T09:48:06.362907-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79d363ba-7bb3-4410-93e7-ddf2da612e61/?format=api"
        },
        {
            "id": "8e2c64fc-e205-4814-891d-0c389c84bd9a",
            "gambit_id": "21cd258d-066b-41c2-bab0-7d4e181dfe64",
            "last_updated": "2023-09-05T17:13:00.965052-04:00",
            "created_at": "2023-09-04T09:48:06.358602-04:00",
            "name": "HOU (J France)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79d363ba-7bb3-4410-93e7-ddf2da612e61/?format=api"
        }
    ]
}