GET /api/bet_types/2aa42aaa-cff5-4422-9d4b-b393fbbc68d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aa42aaa-cff5-4422-9d4b-b393fbbc68d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6927868b-b878-4c4c-887d-3b75049ee576/?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": "MIN",
                "amount": 5899.0
            },
            {
                "team": "CWS",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "799318d2-8dfc-4840-8a77-77cf7595ce39",
            "gambit_id": "434dc3f4-4559-4603-9b6e-081586358d4a",
            "last_updated": "2022-09-28T09:17:11.331173-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aa42aaa-cff5-4422-9d4b-b393fbbc68d4/?format=api"
        },
        {
            "id": "4ed7681a-1158-450d-ab65-1f39352f69b7",
            "gambit_id": "46e800f8-3d39-4a87-8043-36e1176d8d84",
            "last_updated": "2022-09-28T09:17:11.332368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aa42aaa-cff5-4422-9d4b-b393fbbc68d4/?format=api"
        }
    ]
}