GET /api/bet_types/c3f30458-93ac-4b0b-b8f1-bb9430f9e15e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3f30458-93ac-4b0b-b8f1-bb9430f9e15e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e24d337-6dab-451b-87a6-6069b070936a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:12.286143-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 (M Waldron)",
                "amount": 5615.0
            },
            {
                "team": "OAK (M Miller)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "d98de24e-fa5c-4431-aec9-b218b1acd43b",
            "gambit_id": "db3c1668-295b-4751-9abe-4b9373c9d52a",
            "last_updated": "2023-09-17T11:53:32.448979-04:00",
            "created_at": "2023-09-16T09:23:12.294577-04:00",
            "name": "SDG (M Waldron)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f30458-93ac-4b0b-b8f1-bb9430f9e15e/?format=api"
        },
        {
            "id": "be2b147e-0018-4d05-979f-c730843631a8",
            "gambit_id": "2cb4d77d-6ff6-48b3-a2e4-64f66c7e3f5f",
            "last_updated": "2023-09-17T11:53:32.452331-04:00",
            "created_at": "2023-09-16T09:23:12.302580-04:00",
            "name": "OAK (M Miller)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f30458-93ac-4b0b-b8f1-bb9430f9e15e/?format=api"
        }
    ]
}