GET /api/bet_types/6ab1530c-cad5-49d1-b707-39d9e4c56486/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ab1530c-cad5-49d1-b707-39d9e4c56486",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1090e4b-240b-437e-85d6-f8dde8f254d7/?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": "SDG",
                "amount": 6173.0
            },
            {
                "team": "NYM",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "110846ce-0367-4a20-9c35-a730a7c5b23b",
            "gambit_id": "7f5e14fb-3b16-4c3e-b594-343b634f33f1",
            "last_updated": "2022-10-08T08:57:09.814208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab1530c-cad5-49d1-b707-39d9e4c56486/?format=api"
        },
        {
            "id": "76472b3f-5b8d-4cdb-91e5-6c09d153f336",
            "gambit_id": "34a350cf-b45b-471d-9a62-709aae71b86b",
            "last_updated": "2022-10-08T08:57:09.813230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab1530c-cad5-49d1-b707-39d9e4c56486/?format=api"
        }
    ]
}