GET /api/bet_types/d3b2197a-48f1-4b1c-8ae2-2c7966e65c77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b2197a-48f1-4b1c-8ae2-2c7966e65c77",
    "match": "https://api-prod.gambitprofit.com/api/matches/e50cef0d-0ad0-4f31-a539-1ca258b8193c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T11:32:20.421985-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": "CHC",
                "amount": 6241.0
            },
            {
                "team": "TEX",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c9744d8-661c-423c-9bf0-4c23cbbe4893",
            "gambit_id": "5e67b8f4-ce0f-42e0-aa81-615f63789840",
            "last_updated": "2023-04-10T14:27:31.176501-04:00",
            "created_at": "2023-04-09T11:32:20.423980-04:00",
            "name": "CHC",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b2197a-48f1-4b1c-8ae2-2c7966e65c77/?format=api"
        },
        {
            "id": "e4dbc4d3-98b4-4668-9bd8-b17a372ac4e6",
            "gambit_id": "e113cf1b-fca6-425f-abef-3709bdc944f2",
            "last_updated": "2023-04-10T14:27:31.178708-04:00",
            "created_at": "2023-04-09T11:32:20.425714-04:00",
            "name": "TEX",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b2197a-48f1-4b1c-8ae2-2c7966e65c77/?format=api"
        }
    ]
}