GET /api/bet_types/38f72009-8309-45ee-8954-7971ad185929/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38f72009-8309-45ee-8954-7971ad185929",
    "match": "https://api-prod.gambitprofit.com/api/matches/db9f9eca-07ce-435e-b812-8ffa0bc28ff9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CIN",
                "amount": 5312.0
            },
            {
                "team": "PHI",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a31935b-8e91-4e86-8baa-79db9d262756",
            "gambit_id": "0fb0514d-129b-4d16-9df6-b4054bb00183",
            "last_updated": "2022-08-18T10:36:52.345963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f72009-8309-45ee-8954-7971ad185929/?format=api"
        },
        {
            "id": "a8f120fb-b14e-46da-99e6-2b33b0dd1c5f",
            "gambit_id": "fad56bba-81f0-40dd-9b57-0092335238f3",
            "last_updated": "2022-08-18T10:36:52.346398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f72009-8309-45ee-8954-7971ad185929/?format=api"
        }
    ]
}