GET /api/bet_types/34bd7f94-b719-44c0-8b06-f27bfbc6af95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34bd7f94-b719-44c0-8b06-f27bfbc6af95",
    "match": "https://api-prod.gambitprofit.com/api/matches/baba39a4-ec5a-483d-8522-39c2e5b542ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:13.119010-04: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": "Toronto Raptors",
                "amount": 7832.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2168.0
            }
        ],
        "expected_reward_tokens": 9474.16,
        "profit_sb": -25.84,
        "profit_sb_percentage": -0.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "41d1768a-0294-4cdb-9e62-f026332f83ec",
            "gambit_id": "770ab0d9-ca1e-4458-bcca-646425c771ee",
            "last_updated": "2023-10-31T20:13:09.868948-04:00",
            "created_at": "2023-10-30T08:58:13.126872-04:00",
            "name": "Toronto Raptors",
            "reward": "1.21000",
            "odds": "1.21740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34bd7f94-b719-44c0-8b06-f27bfbc6af95/?format=api"
        },
        {
            "id": "286530c3-bd1b-458c-9a4d-3770e9b478a3",
            "gambit_id": "9034edea-a49f-48e7-8d77-9290ca121294",
            "last_updated": "2023-10-31T20:13:09.865458-04:00",
            "created_at": "2023-10-30T08:58:13.122749-04:00",
            "name": "Portland Trail Blazers",
            "reward": "4.37000",
            "odds": "4.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34bd7f94-b719-44c0-8b06-f27bfbc6af95/?format=api"
        }
    ]
}