GET /api/bet_types/9aedcddd-2bb7-4f67-9cb4-05c0381e6925/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9aedcddd-2bb7-4f67-9cb4-05c0381e6925",
    "match": "https://api-prod.gambitprofit.com/api/matches/6afd7e63-6323-4a0f-ad11-91176c8a73d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-31T09:23:01.422296-04: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": "ARI (J Mantiply)",
                "amount": 5222.0
            },
            {
                "team": "TEX (A Heaney)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "e37d0433-1d66-46fe-9b16-b49bd0c5bc7a",
            "gambit_id": "4499385c-e0ee-4b2d-837b-649b4fe33086",
            "last_updated": "2023-11-01T09:18:18.688823-04:00",
            "created_at": "2023-10-31T09:23:01.433504-04:00",
            "name": "ARI (J Mantiply)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aedcddd-2bb7-4f67-9cb4-05c0381e6925/?format=api"
        },
        {
            "id": "e20b7f49-d130-4470-9442-082f6e01dfea",
            "gambit_id": "87689eee-cad7-4bcb-b558-2a71f8a65db9",
            "last_updated": "2023-11-01T09:18:18.685403-04:00",
            "created_at": "2023-10-31T09:23:01.427564-04:00",
            "name": "TEX (A Heaney)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aedcddd-2bb7-4f67-9cb4-05c0381e6925/?format=api"
        }
    ]
}