GET /api/bet_types/7d56e382-f68b-4c60-bdc4-6019973bd614/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d56e382-f68b-4c60-bdc4-6019973bd614",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6de953b-02e3-4a0e-83fa-099696709ab4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:42:14.102691-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": "William Knight",
                "amount": 5095.0
            },
            {
                "team": "Marcin Prachnio",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9221.4,
        "profit_sb": -278.6,
        "profit_sb_percentage": -2.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "8379d23f-0524-431a-95e5-354e2ca6798c",
            "gambit_id": "837bb418-efc9-4a35-a0e0-837f195a8b25",
            "last_updated": "2023-02-19T16:32:15.853273-05:00",
            "created_at": "2023-02-18T09:42:14.104587-05:00",
            "name": "William Knight",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d56e382-f68b-4c60-bdc4-6019973bd614/?format=api"
        },
        {
            "id": "ef14d77e-1724-40c4-a3fc-fa2658baf3c0",
            "gambit_id": "919499cc-52d0-4ee5-a725-5f5460ddab1a",
            "last_updated": "2023-02-19T16:32:15.854470-05:00",
            "created_at": "2023-02-18T09:42:14.106537-05:00",
            "name": "Marcin Prachnio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d56e382-f68b-4c60-bdc4-6019973bd614/?format=api"
        }
    ]
}