GET /api/bet_types/b6328726-7aab-4220-ab85-4576e3175a53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6328726-7aab-4220-ab85-4576e3175a53",
    "match": "https://api-prod.gambitprofit.com/api/matches/0817c021-f122-43a0-a1ad-9675304188d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:52.128616-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": "Charlotte Hornets",
                "amount": 5791.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "40d28e7d-2790-4db1-a8cb-58f1b15d862d",
            "gambit_id": "a57ebb5e-c4d9-4974-bf78-2000db913f8a",
            "last_updated": "2023-01-19T09:27:08.627967-05:00",
            "created_at": "2023-01-18T09:16:52.131273-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6328726-7aab-4220-ab85-4576e3175a53/?format=api"
        },
        {
            "id": "363dea09-9e52-4416-ba76-b139a88ca425",
            "gambit_id": "20d7d58f-f27e-4076-bcd4-d51bcf5e8d9f",
            "last_updated": "2023-01-19T09:27:08.626868-05:00",
            "created_at": "2023-01-18T09:16:52.129971-05:00",
            "name": "Houston Rockets",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6328726-7aab-4220-ab85-4576e3175a53/?format=api"
        }
    ]
}