GET /api/bet_types/d718783b-58c8-4283-95bb-61233eb75eaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d718783b-58c8-4283-95bb-61233eb75eaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f63751-9715-4b35-860c-2a79257cf7f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:02.861676-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": "Green Bay Packers",
                "amount": 6099.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f0541c7-fa64-4618-8843-72a88355ea4c",
            "gambit_id": "77612e01-fd1f-4f13-a33c-d578de12a5ed",
            "last_updated": "2023-01-02T12:31:58.330529-05:00",
            "created_at": "2023-01-01T09:22:02.864121-05:00",
            "name": "Green Bay Packers",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d718783b-58c8-4283-95bb-61233eb75eaa/?format=api"
        },
        {
            "id": "b86acfde-3f3c-4bf8-bbbe-384b8075da6a",
            "gambit_id": "8235956e-d794-48f0-84b7-da3a6e47e881",
            "last_updated": "2023-01-02T12:31:58.329455-05:00",
            "created_at": "2023-01-01T09:22:02.862842-05:00",
            "name": "Minnesota Vikings",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d718783b-58c8-4283-95bb-61233eb75eaa/?format=api"
        }
    ]
}