GET /api/bet_types/5d25d8d4-1522-4004-a3a5-f1b3a355f99c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d25d8d4-1522-4004-a3a5-f1b3a355f99c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e751730-8960-4a31-bd6b-6288672e9fb8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:22.916205-05: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": "Boston Bruins",
                "amount": 5688.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "8093b9bf-7481-4c8f-9cd8-5143fd5568cd",
            "gambit_id": "b3a5e913-77d8-4373-a486-84630f84f322",
            "last_updated": "2024-01-05T23:08:06.511914-05:00",
            "created_at": "2024-01-04T09:18:22.927833-05:00",
            "name": "Boston Bruins",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d25d8d4-1522-4004-a3a5-f1b3a355f99c/?format=api"
        },
        {
            "id": "b13859f2-b566-424e-85f8-d8d218f84864",
            "gambit_id": "8f640534-d28a-4b8b-b595-396ace9244a2",
            "last_updated": "2024-01-05T23:08:06.508287-05:00",
            "created_at": "2024-01-04T09:18:22.921810-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d25d8d4-1522-4004-a3a5-f1b3a355f99c/?format=api"
        }
    ]
}