GET /api/bet_types/a79c339a-d341-4d17-ba03-d45bb7be7215/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a79c339a-d341-4d17-ba03-d45bb7be7215",
    "match": "https://api-prod.gambitprofit.com/api/matches/84336362-b15f-4f60-9559-a1c86fbbaa4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T08:23:16.879123-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": "MIA",
                "amount": 6010.0
            },
            {
                "team": "PHI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "f65e600a-85de-498b-9d38-c0d98cb005af",
            "gambit_id": "5cb57b6e-4bbc-4136-9774-638e88e861d9",
            "last_updated": "2023-08-04T09:43:09.867353-04:00",
            "created_at": "2023-08-02T08:23:16.891824-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a79c339a-d341-4d17-ba03-d45bb7be7215/?format=api"
        },
        {
            "id": "d8fc01ec-2967-4004-8288-3f99a4331d5c",
            "gambit_id": "4bfc25ec-5778-43da-880d-843400ef7e7e",
            "last_updated": "2023-08-04T09:43:09.863317-04:00",
            "created_at": "2023-08-02T08:23:16.885218-04:00",
            "name": "PHI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a79c339a-d341-4d17-ba03-d45bb7be7215/?format=api"
        }
    ]
}