GET /api/bet_types/3bf1dadc-14d9-4edf-8a9f-69c1c7c72861/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bf1dadc-14d9-4edf-8a9f-69c1c7c72861",
    "match": "https://api-prod.gambitprofit.com/api/matches/92aa6463-0d1d-4fda-a5a6-dadcad9c7494/?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": "Tampa Bay Rays",
                "amount": 6097.0
            },
            {
                "team": "Miami Marlins",
                "amount": 3903.0
            }
        ],
        "expected_reward_tokens": 9328.17,
        "profit_sb": 328.17,
        "profit_sb_percentage": 3.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "30694365-2066-44c3-a78e-d083a9582cba",
            "gambit_id": "26938a34-e866-40a4-afbf-05475e6d5420",
            "last_updated": "2022-09-01T10:31:55.132734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Rays",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bf1dadc-14d9-4edf-8a9f-69c1c7c72861/?format=api"
        },
        {
            "id": "a5719d56-7ff7-43aa-b60b-67bdf83b00a7",
            "gambit_id": "e9d1bfe2-2acb-41ac-8472-3edb68b43967",
            "last_updated": "2022-09-01T10:31:55.132248-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "2.39000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bf1dadc-14d9-4edf-8a9f-69c1c7c72861/?format=api"
        }
    ]
}