GET /api/bet_types/5ec8de2a-1251-421d-b052-4093add7ec2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ec8de2a-1251-421d-b052-4093add7ec2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/72fd4039-2fc3-4b4a-81ec-1854d2e48c70/?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": "Detroit Lions",
                "amount": 5399.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "122364eb-c68e-4fc9-bd67-a6f868a82789",
            "gambit_id": "aeb63596-6d86-407e-8690-65df0dc48e40",
            "last_updated": "2022-12-05T15:37:07.438687-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ec8de2a-1251-421d-b052-4093add7ec2c/?format=api"
        },
        {
            "id": "05880afc-2381-44f6-a43a-106aca2ea767",
            "gambit_id": "706e6145-099b-4104-bad3-93b8ae04f203",
            "last_updated": "2022-12-05T15:37:07.439972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ec8de2a-1251-421d-b052-4093add7ec2c/?format=api"
        }
    ]
}