GET /api/bet_types/c2edb28f-31c2-4444-8b3e-7a4769579ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2edb28f-31c2-4444-8b3e-7a4769579ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/02f4f5cb-692a-4165-b079-8039d8ae0f70/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:53.860069-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": "Atlanta Hawks",
                "amount": 5316.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b83c76d6-03b7-4c0f-81e1-c1bd6a058f61",
            "gambit_id": "1e4a3685-d48e-4611-a783-55ae650b2fe2",
            "last_updated": "2023-01-26T10:57:01.313630-05:00",
            "created_at": "2023-01-25T09:46:53.861378-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2edb28f-31c2-4444-8b3e-7a4769579ab6/?format=api"
        },
        {
            "id": "006451b5-37aa-44c6-8273-f5bfca751636",
            "gambit_id": "bba4f167-cfc1-4414-affe-0e501ed809c9",
            "last_updated": "2023-01-26T10:57:01.314864-05:00",
            "created_at": "2023-01-25T09:46:53.862713-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2edb28f-31c2-4444-8b3e-7a4769579ab6/?format=api"
        }
    ]
}