GET /api/bet_types/2d5d8cbf-0e33-4164-87a9-7e64207880b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d5d8cbf-0e33-4164-87a9-7e64207880b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4355c3-4a03-4045-b01e-5398e0bd4785/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T10:48:10.880725-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": "MIA",
                "amount": 5213.0
            },
            {
                "team": "WAS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "52b90419-3609-4123-bbb0-8ad60b106047",
            "gambit_id": "7b10cdd5-155f-41c1-99ca-4f3df1024255",
            "last_updated": "2023-09-05T10:32:58.457259-04:00",
            "created_at": "2023-09-03T10:48:10.885079-04:00",
            "name": "MIA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5d8cbf-0e33-4164-87a9-7e64207880b0/?format=api"
        },
        {
            "id": "cb8ca5b3-8858-4dbf-bd4e-5b45eba65d31",
            "gambit_id": "aa7396f3-6f58-4e08-9bb8-bebb78bece82",
            "last_updated": "2023-09-05T10:32:58.460463-04:00",
            "created_at": "2023-09-03T10:48:10.889212-04:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5d8cbf-0e33-4164-87a9-7e64207880b0/?format=api"
        }
    ]
}