GET /api/bet_types/c6b41100-1d9b-4bfd-b47e-9c9a000d15ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6b41100-1d9b-4bfd-b47e-9c9a000d15ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/4adbf448-9927-4177-b25d-170ca87e4d3c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T08:27:14.256232-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": "Boston Celtics",
                "amount": 7505.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 2495.0
            }
        ],
        "expected_reward_tokens": 9156.1,
        "profit_sb": 156.1,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "61cf0012-7b82-4f73-be11-e4eb255a23fc",
            "gambit_id": "9abfee15-3aba-46fb-a4a4-6de25cb86689",
            "last_updated": "2023-01-12T15:37:00.130533-05:00",
            "created_at": "2023-01-11T08:27:14.257394-05:00",
            "name": "Boston Celtics",
            "reward": "1.22000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b41100-1d9b-4bfd-b47e-9c9a000d15ac/?format=api"
        },
        {
            "id": "afa734c8-f722-473a-ba72-a39efd50b916",
            "gambit_id": "1dbfcc96-d566-4784-b1d4-4dcc969930bd",
            "last_updated": "2023-01-12T15:37:00.131598-05:00",
            "created_at": "2023-01-11T08:27:14.258581-05:00",
            "name": "New Orleans Pelicans",
            "reward": "3.67000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b41100-1d9b-4bfd-b47e-9c9a000d15ac/?format=api"
        }
    ]
}