GET /api/bet_types/3840898c-f343-4457-9c2c-71c86e2769b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3840898c-f343-4457-9c2c-71c86e2769b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a9e6b2f-0e65-4b26-8497-e5245c4987d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-23T09:11:57.493469-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": "Utah Jazz",
                "amount": 7637.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2363.0
            }
        ],
        "expected_reward_tokens": 9546.25,
        "profit_sb": 46.25,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cb84eb9-df12-49be-be37-65803ef5f0b7",
            "gambit_id": "3325ebc6-a937-46df-bef5-44574d1159e1",
            "last_updated": "2023-01-24T09:36:52.147216-05:00",
            "created_at": "2023-01-23T09:11:57.494630-05:00",
            "name": "Utah Jazz",
            "reward": "1.25000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3840898c-f343-4457-9c2c-71c86e2769b4/?format=api"
        },
        {
            "id": "c190bef0-65f6-4f49-85cb-d1a5d5e4fb70",
            "gambit_id": "30ccc658-a367-476f-b3f1-836f23f25584",
            "last_updated": "2023-01-24T09:36:52.148943-05:00",
            "created_at": "2023-01-23T09:11:57.495854-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.04000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3840898c-f343-4457-9c2c-71c86e2769b4/?format=api"
        }
    ]
}