GET /api/bet_types/55b26f7c-ab25-467d-92c8-6c9ae03fc622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55b26f7c-ab25-467d-92c8-6c9ae03fc622",
    "match": "https://api-prod.gambitprofit.com/api/matches/28077b14-6d2d-4292-913c-c24b5c68cea9/?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": "CHC",
                "amount": 6389.0
            },
            {
                "team": "PIT",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "be4ea793-b1cb-486a-97d4-ca724e2de4bf",
            "gambit_id": "eccaa69d-9355-451e-9a35-44c444a6a15d",
            "last_updated": "2022-09-23T10:17:09.164175-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b26f7c-ab25-467d-92c8-6c9ae03fc622/?format=api"
        },
        {
            "id": "361bb91e-bcc0-4a29-b6de-fc6c823bbd15",
            "gambit_id": "9ce8fb0d-44c4-4714-b5b8-6ecab4080203",
            "last_updated": "2022-09-23T10:17:09.163140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b26f7c-ab25-467d-92c8-6c9ae03fc622/?format=api"
        }
    ]
}