GET /api/bet_types/c70375b5-2f5c-4e8b-8edf-b688a799cc32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c70375b5-2f5c-4e8b-8edf-b688a799cc32",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af01d66-7a52-4bbd-9e65-fa8069f6b76e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:15.131021-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": "New York Rangers",
                "amount": 6401.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "a34afe53-5af0-4edc-970a-8348bbfa8895",
            "gambit_id": "368a05ba-e4d5-4747-814a-548dbd52b4b9",
            "last_updated": "2023-02-19T15:57:14.400966-05:00",
            "created_at": "2023-02-18T09:07:15.133742-05:00",
            "name": "New York Rangers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c70375b5-2f5c-4e8b-8edf-b688a799cc32/?format=api"
        },
        {
            "id": "080dc4dd-753a-4b13-b78e-51b05828cfcb",
            "gambit_id": "6f2f1155-d03a-49b2-a168-1f1369489fdb",
            "last_updated": "2023-02-19T15:57:14.399680-05:00",
            "created_at": "2023-02-18T09:07:15.132362-05:00",
            "name": "Calgary Flames",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c70375b5-2f5c-4e8b-8edf-b688a799cc32/?format=api"
        }
    ]
}