GET /api/bet_types/4d901d86-d2cf-45b9-bbde-ca1d73aa5c51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d901d86-d2cf-45b9-bbde-ca1d73aa5c51",
    "match": "https://api-prod.gambitprofit.com/api/matches/d011fdea-66ea-4df4-8bcb-f0dd06f18b7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:04.270837-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": "TEX",
                "amount": 5688.0
            },
            {
                "team": "SDG",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "526ed9e2-3dd1-455b-8b35-b0d44b6d849c",
            "gambit_id": "a4c60484-9aa8-4081-8e42-44b2cf8a5451",
            "last_updated": "2023-07-29T19:38:27.864897-04:00",
            "created_at": "2023-07-28T08:23:04.275023-04:00",
            "name": "TEX",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d901d86-d2cf-45b9-bbde-ca1d73aa5c51/?format=api"
        },
        {
            "id": "96ea7690-7c81-4df2-9155-7f16e2908e93",
            "gambit_id": "4ee07cbc-0283-4a02-a58c-f6409c1b6ae9",
            "last_updated": "2023-07-29T19:38:27.868346-04:00",
            "created_at": "2023-07-28T08:23:04.279628-04:00",
            "name": "SDG",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d901d86-d2cf-45b9-bbde-ca1d73aa5c51/?format=api"
        }
    ]
}