GET /api/bet_types/1fc0618b-1e5c-45e2-9cff-1833d269fe38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fc0618b-1e5c-45e2-9cff-1833d269fe38",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1931a43-db83-4546-a4ed-8aa534b0289c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:24.883066-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": "SDG",
                "amount": 5773.0
            },
            {
                "team": "PHI",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "9abe1d7c-5787-44d5-b6b7-53df5ed3ab3b",
            "gambit_id": "c64ea3dd-3755-4201-a39a-bb96586186ab",
            "last_updated": "2023-07-18T09:08:28.138789-04:00",
            "created_at": "2023-07-16T09:08:24.884537-04:00",
            "name": "SDG",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc0618b-1e5c-45e2-9cff-1833d269fe38/?format=api"
        },
        {
            "id": "d74a129a-de9a-4736-bda7-8361d7fade0a",
            "gambit_id": "6a2cac87-31ec-45e0-bcbf-de01837a5a40",
            "last_updated": "2023-07-18T09:08:28.140726-04:00",
            "created_at": "2023-07-16T09:08:24.886017-04:00",
            "name": "PHI",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc0618b-1e5c-45e2-9cff-1833d269fe38/?format=api"
        }
    ]
}