GET /api/bet_types/b3908cde-b407-4330-bade-775ed041991c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3908cde-b407-4330-bade-775ed041991c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7035fa96-3998-4ea1-9682-d15d2d336260/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIA (J Luzardo)",
                "amount": 5321.0
            },
            {
                "team": "OAK (C Irvin)",
                "amount": 4679.0
            }
        ],
        "expected_reward_tokens": 9311.21,
        "profit_sb": 311.21,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "db8ab14a-8ba0-4822-bc42-b34b943ef772",
            "gambit_id": "bfccbd32-c6f1-4031-bc3a-0f7de947f56b",
            "last_updated": "2022-08-25T10:22:12.085212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3908cde-b407-4330-bade-775ed041991c/?format=api"
        },
        {
            "id": "b11beade-d42e-4688-8aa3-4f92540655d8",
            "gambit_id": "a2ab986e-0f33-4d64-a889-5411078d1a15",
            "last_updated": "2022-08-25T10:22:12.084791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (C Irvin)",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3908cde-b407-4330-bade-775ed041991c/?format=api"
        }
    ]
}