GET /api/bet_types/41a44c04-8b40-426d-ad9c-bbe9123b4c0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41a44c04-8b40-426d-ad9c-bbe9123b4c0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c709ec6-077d-4016-b423-a789422869a7/?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": "Tampa Bay Lightning",
                "amount": 5753.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "db0f3fd5-b014-4c87-9860-04df7ad3f067",
            "gambit_id": "11bf837f-6f15-4a50-81d0-c3f35cfc03c6",
            "last_updated": "2022-12-12T09:47:37.448730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a44c04-8b40-426d-ad9c-bbe9123b4c0d/?format=api"
        },
        {
            "id": "d0098ace-1115-4677-9421-c5d28b8f4b33",
            "gambit_id": "b647fc81-68ab-4032-b865-0c7f50e0b59f",
            "last_updated": "2022-12-12T09:47:37.450019-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a44c04-8b40-426d-ad9c-bbe9123b4c0d/?format=api"
        }
    ]
}