GET /api/bet_types/2645b2d0-512e-45c1-87ad-a3c6f8cd1f93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2645b2d0-512e-45c1-87ad-a3c6f8cd1f93",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0ee4156-4375-47ad-a574-c3a393cb672f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T09:27:57.112759-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": "MIN (J Ryan)",
                "amount": 5711.0
            },
            {
                "team": "BOS (J Garza)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ea13b57-c3b8-4b34-b47e-85b8228bd2ad",
            "gambit_id": "b06929b9-55a8-4d10-a345-6112900068f1",
            "last_updated": "2023-06-23T14:48:08.230490-04:00",
            "created_at": "2023-06-22T09:27:57.117712-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2645b2d0-512e-45c1-87ad-a3c6f8cd1f93/?format=api"
        },
        {
            "id": "e9715060-af76-4970-b47b-979ddfc1ad99",
            "gambit_id": "36e0270a-a315-458d-ba19-f8ef6e353f4c",
            "last_updated": "2023-06-23T14:48:08.228074-04:00",
            "created_at": "2023-06-22T09:27:57.115406-04:00",
            "name": "BOS (J Garza)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2645b2d0-512e-45c1-87ad-a3c6f8cd1f93/?format=api"
        }
    ]
}