GET /api/bet_types/a717673b-3fe8-43f5-be94-7a1a39792604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a717673b-3fe8-43f5-be94-7a1a39792604",
    "match": "https://api-prod.gambitprofit.com/api/matches/8208a1b5-bcf6-4905-b173-5bbba9e91fa7/?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": "Detroit Red Wings",
                "amount": 6266.0
            },
            {
                "team": "New York Rangers",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "08b7ac68-055c-4d57-ab3c-7f5983f98d9c",
            "gambit_id": "b82c5dbc-9fab-4fa0-ab5a-049bdc5726b8",
            "last_updated": "2022-11-11T21:37:26.474146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a717673b-3fe8-43f5-be94-7a1a39792604/?format=api"
        },
        {
            "id": "85bb484d-1de9-4dcd-8334-9366a57e1154",
            "gambit_id": "3be72814-443f-415c-869c-bb574c962fca",
            "last_updated": "2022-11-11T21:37:26.475097-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a717673b-3fe8-43f5-be94-7a1a39792604/?format=api"
        }
    ]
}