GET /api/bet_types/0753af63-53d7-43b7-b4ba-1a13219308ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0753af63-53d7-43b7-b4ba-1a13219308ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a5aaf04-4687-4e3b-8c44-72847507c782/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:58.924498-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": "Oklahoma City Thunder",
                "amount": 5106.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1d3e734-8069-4c7a-a189-2693e90e46cb",
            "gambit_id": "b1a3d541-5a64-400c-8fb5-7246f23a119e",
            "last_updated": "2023-03-02T07:16:53.975183-05:00",
            "created_at": "2023-03-01T09:21:58.925700-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0753af63-53d7-43b7-b4ba-1a13219308ea/?format=api"
        },
        {
            "id": "d88d5947-fa10-45a7-8c26-9dc59e86d362",
            "gambit_id": "1cd31658-e5b8-4a44-ae6e-4a403473f58e",
            "last_updated": "2023-03-02T07:16:53.976371-05:00",
            "created_at": "2023-03-01T09:21:58.927012-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0753af63-53d7-43b7-b4ba-1a13219308ea/?format=api"
        }
    ]
}