GET /api/bet_types/dc8e47ce-d926-4a0c-808d-0abd07815611/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc8e47ce-d926-4a0c-808d-0abd07815611",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ecda03e-cbc1-4800-baf7-8a5404b8ec66/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T12:52:11.219346-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": "Denver Broncos",
                "amount": 6110.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 3890.0
            }
        ],
        "expected_reward_tokens": 9102.6,
        "profit_sb": 102.6,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "588fdf73-a450-4100-aee2-8d5d8c7aad7e",
            "gambit_id": "a3085c56-96ba-44f2-b1ce-384143f5c470",
            "last_updated": "2022-12-26T12:42:06.477019-05:00",
            "created_at": "2022-12-23T12:52:11.221731-05:00",
            "name": "Denver Broncos",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8e47ce-d926-4a0c-808d-0abd07815611/?format=api"
        },
        {
            "id": "079c0be2-ef3c-4e3f-a7b3-b66a53d7fa1a",
            "gambit_id": "acc635be-a748-442f-8284-a046b477c7e5",
            "last_updated": "2022-12-26T12:42:06.475821-05:00",
            "created_at": "2022-12-23T12:52:11.220545-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.34000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8e47ce-d926-4a0c-808d-0abd07815611/?format=api"
        }
    ]
}