GET /api/bet_types/43b77666-691a-4666-99f2-32e5011a8332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43b77666-691a-4666-99f2-32e5011a8332",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cc03b0d-1f6f-4649-ab90-692326f92050/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:56.329170-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": "Calgary Flames",
                "amount": 6771.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3229.0
            }
        ],
        "expected_reward_tokens": 9073.14,
        "profit_sb": 73.14,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c5043b4-7d0c-444f-b84e-4bc611dfd667",
            "gambit_id": "59264d85-978b-4cb5-ba60-ed8532236277",
            "last_updated": "2023-01-16T10:11:50.403118-05:00",
            "created_at": "2023-01-14T08:26:56.334928-05:00",
            "name": "Calgary Flames",
            "reward": "1.34000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43b77666-691a-4666-99f2-32e5011a8332/?format=api"
        },
        {
            "id": "b8e29a73-1a54-4023-b548-ad1984bb3278",
            "gambit_id": "56ec3cce-cf69-405b-b729-ba411ceaa296",
            "last_updated": "2023-01-16T10:11:50.400050-05:00",
            "created_at": "2023-01-14T08:26:56.332027-05:00",
            "name": "Dallas Stars",
            "reward": "2.81000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43b77666-691a-4666-99f2-32e5011a8332/?format=api"
        }
    ]
}