GET /api/bet_types/c2f9edfa-f165-4f04-9e06-1df5ebb4977a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2f9edfa-f165-4f04-9e06-1df5ebb4977a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b136e6c-25ce-4b12-a90d-802065e8f9b3/?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": "SEA",
                "amount": 5990.0
            },
            {
                "team": "CWS",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "80e621b8-b236-4b6f-85b5-6c12619acbae",
            "gambit_id": "aa81b46d-f045-4fe5-b04b-aa7a0770a612",
            "last_updated": "2022-09-06T09:27:13.900370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f9edfa-f165-4f04-9e06-1df5ebb4977a/?format=api"
        },
        {
            "id": "36f9fdd1-60ca-4de5-bbc5-01dae6879ba9",
            "gambit_id": "46278fe5-9db2-4bb8-ae47-f9362495ee12",
            "last_updated": "2022-09-06T09:27:13.901514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f9edfa-f165-4f04-9e06-1df5ebb4977a/?format=api"
        }
    ]
}