GET /api/bet_types/7104aa55-64af-410c-b6a7-400aceb6ab3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7104aa55-64af-410c-b6a7-400aceb6ab3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6c01379-669e-4dea-aee5-3c2700c02a65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:03.365895-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": "Milwaukee Bucks",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ced2c2ba-81f8-4b74-ad0a-a24ff6ff6991",
            "gambit_id": "f86822e8-14e4-4d57-8feb-958c50fe7982",
            "last_updated": "2023-02-10T09:32:18.389700-05:00",
            "created_at": "2023-02-09T11:12:03.368575-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7104aa55-64af-410c-b6a7-400aceb6ab3e/?format=api"
        },
        {
            "id": "664289d8-2a63-42ad-a785-7ba5d2bb2fcc",
            "gambit_id": "b97ca1db-9f9b-4c81-8682-d3702c4ba4a3",
            "last_updated": "2023-02-10T09:32:18.388497-05:00",
            "created_at": "2023-02-09T11:12:03.367236-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7104aa55-64af-410c-b6a7-400aceb6ab3e/?format=api"
        }
    ]
}