GET /api/bet_types/6d4efe07-c8e7-4bb3-b6ed-65cdfbbde02f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d4efe07-c8e7-4bb3-b6ed-65cdfbbde02f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2803967b-5a14-451c-ab7b-8d88bb1d848d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:36:59.684749-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": 7221.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "72d1b6aa-5a06-42d0-be6a-6cf52c2431a1",
            "gambit_id": "da65802d-c336-4bbb-9369-96e3ce0236e6",
            "last_updated": "2023-03-01T09:37:05.539076-05:00",
            "created_at": "2023-02-28T12:36:59.685986-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d4efe07-c8e7-4bb3-b6ed-65cdfbbde02f/?format=api"
        },
        {
            "id": "44334438-9f5c-4a98-bc7b-af746fa99545",
            "gambit_id": "5700f47e-4a79-40ca-84d8-81a480bcf2aa",
            "last_updated": "2023-03-01T09:37:05.540240-05:00",
            "created_at": "2023-02-28T12:36:59.687299-05:00",
            "name": "Washington Wizards",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d4efe07-c8e7-4bb3-b6ed-65cdfbbde02f/?format=api"
        }
    ]
}