GET /api/bet_types/98915acf-4c4c-409b-a129-8898395c49fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98915acf-4c4c-409b-a129-8898395c49fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/857f9998-e6fd-4967-9e2f-15164b50392f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-27T10:17:02.313859-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": "New Orleans Pelicans",
                "amount": 6326.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "43d1f39a-bb14-4f26-8ace-cba42acde7b6",
            "gambit_id": "7224d7d3-020f-4cc9-bd4a-5ced22052ed0",
            "last_updated": "2023-02-28T12:37:09.059239-05:00",
            "created_at": "2023-02-27T10:17:02.315074-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98915acf-4c4c-409b-a129-8898395c49fe/?format=api"
        },
        {
            "id": "8cfc34e8-d7e4-4bfd-ada0-a4b8ad50dfd0",
            "gambit_id": "a7ed3c5a-ca35-42f9-ae51-cd0da87b2c9e",
            "last_updated": "2023-02-28T12:37:09.060418-05:00",
            "created_at": "2023-02-27T10:17:02.316322-05:00",
            "name": "Orlando Magic",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98915acf-4c4c-409b-a129-8898395c49fe/?format=api"
        }
    ]
}