GET /api/bet_types/2cbe0d92-9f28-47fb-8af4-a65e49c9ef26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cbe0d92-9f28-47fb-8af4-a65e49c9ef26",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ae0c2e-39de-4723-ac50-38610ae66db7/?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": "ATL",
                "amount": 5208.0
            },
            {
                "team": "WAS",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a661c60-87df-4f32-9f63-c74e7866b81c",
            "gambit_id": "93b10bbc-b6f5-4bf8-b264-b29276c2cadd",
            "last_updated": "2022-09-29T10:37:06.787352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cbe0d92-9f28-47fb-8af4-a65e49c9ef26/?format=api"
        },
        {
            "id": "118c09ce-413c-402e-9ff6-077c18fe8f82",
            "gambit_id": "35602c73-4fdd-4533-bcac-43f6c93191eb",
            "last_updated": "2022-09-29T10:37:06.786369-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cbe0d92-9f28-47fb-8af4-a65e49c9ef26/?format=api"
        }
    ]
}