GET /api/bet_types/73935a90-ae5c-491a-b719-b8215e8446c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73935a90-ae5c-491a-b719-b8215e8446c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/77154b45-d4e4-4512-a7de-204461529ee9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:01.612046-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": "Montreal Canadiens",
                "amount": 6326.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b1f12ec-93b6-489d-ab3c-0f185c308a24",
            "gambit_id": "b55c65c5-c5a0-4bfa-97e8-72a5a8c20fbc",
            "last_updated": "2023-03-01T09:42:11.086457-05:00",
            "created_at": "2023-02-28T12:37:01.614508-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73935a90-ae5c-491a-b719-b8215e8446c6/?format=api"
        },
        {
            "id": "329279f9-8c5d-4941-98ad-25390843a4d3",
            "gambit_id": "608d6520-9f22-4c1b-95c6-5a1b57f869e3",
            "last_updated": "2023-03-01T09:42:11.085344-05:00",
            "created_at": "2023-02-28T12:37:01.613263-05:00",
            "name": "San Jose Sharks",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73935a90-ae5c-491a-b719-b8215e8446c6/?format=api"
        }
    ]
}