GET /api/bet_types/2ee892f7-b8c7-4468-b1be-8d4917363f43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ee892f7-b8c7-4468-b1be-8d4917363f43",
    "match": "https://api-prod.gambitprofit.com/api/matches/dce941dd-6145-4091-9e0c-ef203cdd7c15/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Cowboys",
                "amount": 8041.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 1959.0
            }
        ],
        "expected_reward_tokens": 9246.48,
        "profit_sb": 246.48,
        "profit_sb_percentage": 2.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "1bcd720a-f640-4c38-b84f-fafbe9638892",
            "gambit_id": "24c88d9c-e7bf-48ee-a867-0144b9fafd88",
            "last_updated": "2022-12-05T15:22:04.295048-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.15000",
            "odds": "1.17240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee892f7-b8c7-4468-b1be-8d4917363f43/?format=api"
        },
        {
            "id": "42e79a9b-5bd5-48ae-bca7-76a1af531944",
            "gambit_id": "b4f98a2e-6983-41fb-b81b-d3e606fc3feb",
            "last_updated": "2022-12-05T15:22:04.296138-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "4.72000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee892f7-b8c7-4468-b1be-8d4917363f43/?format=api"
        }
    ]
}