GET /api/bet_types/ab407e1d-3f88-4a61-b3c4-a7b4b207df88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab407e1d-3f88-4a61-b3c4-a7b4b207df88",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf3534c8-5272-4368-bf73-af6a47b507dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-22T09:01:57.219151-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": "Portland Trail Blazers",
                "amount": 6556.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3444.0
            }
        ],
        "expected_reward_tokens": 9505.44,
        "profit_sb": 5.44,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d7d3d4b-a015-41a3-964c-d6355bab928f",
            "gambit_id": "18bf1835-8928-4f62-8991-6d859a9df097",
            "last_updated": "2023-01-23T14:06:52.305430-05:00",
            "created_at": "2023-01-22T09:01:57.220339-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.45000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab407e1d-3f88-4a61-b3c4-a7b4b207df88/?format=api"
        },
        {
            "id": "d2464c28-1848-4916-8a85-6003126edf25",
            "gambit_id": "77965f7b-628a-4c1d-9412-4e3e89de4cdd",
            "last_updated": "2023-01-23T14:06:52.306582-05:00",
            "created_at": "2023-01-22T09:01:57.221590-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab407e1d-3f88-4a61-b3c4-a7b4b207df88/?format=api"
        }
    ]
}