GET /api/bet_types/d7881f45-b85a-4617-8aef-6a3b397657ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7881f45-b85a-4617-8aef-6a3b397657ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f829493-1033-4d54-8345-a5d92c4276ab/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New England Patriots",
                "amount": 5097.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdc821dd-100a-4d9a-a638-62a37d1ccd3b",
            "gambit_id": "c2cec07c-27b9-4594-8e6f-1f209e860c9a",
            "last_updated": "2022-11-25T09:32:04.043756-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7881f45-b85a-4617-8aef-6a3b397657ee/?format=api"
        },
        {
            "id": "e1b2ab0c-0fa9-4c7f-b797-7ffd544cdc55",
            "gambit_id": "34b9be0d-4f56-42bf-a89a-5988f8010698",
            "last_updated": "2022-11-25T09:32:04.042763-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7881f45-b85a-4617-8aef-6a3b397657ee/?format=api"
        }
    ]
}