GET /api/bet_types/072b88a4-c7ba-4171-84e6-1e2dd86e0994/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "072b88a4-c7ba-4171-84e6-1e2dd86e0994",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b5fb228-e8bc-4389-be96-40033d60a8e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T14:26:49.840325-04: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": "Montreal Canadiens",
                "amount": 6100.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "c323a995-54f3-4cfa-ba63-4d81fe122b3b",
            "gambit_id": "aeec6f27-0020-4381-a9ff-084e4b34344d",
            "last_updated": "2023-04-07T20:42:14.507036-04:00",
            "created_at": "2023-04-06T14:26:49.842270-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/072b88a4-c7ba-4171-84e6-1e2dd86e0994/?format=api"
        },
        {
            "id": "a6ea1680-cd95-489e-bf5a-38e90566dc0d",
            "gambit_id": "b5214ca0-0aed-415f-910a-02b29d55bda0",
            "last_updated": "2023-04-07T20:42:14.508983-04:00",
            "created_at": "2023-04-06T14:26:49.844078-04:00",
            "name": "Washington Capitals",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/072b88a4-c7ba-4171-84e6-1e2dd86e0994/?format=api"
        }
    ]
}