GET /api/bet_types/aa1d50e9-b26e-449c-9d6b-592f6a9e18ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa1d50e9-b26e-449c-9d6b-592f6a9e18ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/781fa557-29e6-44b6-8fc3-0ea56a1e6c6b/?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": "LAA",
                "amount": 6389.0
            },
            {
                "team": "CLE",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "57fbdf70-3fb4-4fc3-b847-2e593ecd7272",
            "gambit_id": "757217bc-09a4-4f95-ae60-a53141628bc0",
            "last_updated": "2022-09-15T11:07:06.662850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa1d50e9-b26e-449c-9d6b-592f6a9e18ad/?format=api"
        },
        {
            "id": "65fb5dd9-234a-47ed-9880-595dcda1b4f6",
            "gambit_id": "85ec547e-f341-47bc-97aa-d101580c5628",
            "last_updated": "2022-09-15T11:07:06.661859-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa1d50e9-b26e-449c-9d6b-592f6a9e18ad/?format=api"
        }
    ]
}