GET /api/bet_types/a2425399-9d13-4011-9830-ef1e83bc06b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2425399-9d13-4011-9830-ef1e83bc06b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d023bc-6abb-4a5e-85c3-81af8b13d77a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T08:32:03.457371-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": "Philadelphia 76ers",
                "amount": 6472.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3528.0
            }
        ],
        "expected_reward_tokens": 8996.08,
        "profit_sb": -3.92,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "7be3a20e-b8d9-4eb2-b688-8876b97171f5",
            "gambit_id": "a27d47fa-b007-4d52-aef6-9c3987f4cb96",
            "last_updated": "2023-01-16T10:51:52.910572-05:00",
            "created_at": "2023-01-15T08:32:03.463161-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.39000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2425399-9d13-4011-9830-ef1e83bc06b9/?format=api"
        },
        {
            "id": "a5ba75a2-8dee-4577-831e-db819632f785",
            "gambit_id": "b5656afd-ae7a-4f93-b023-60e9132bf369",
            "last_updated": "2023-01-16T10:51:52.907408-05:00",
            "created_at": "2023-01-15T08:32:03.460212-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.55000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2425399-9d13-4011-9830-ef1e83bc06b9/?format=api"
        }
    ]
}