GET /api/bet_types/5836fbf6-8a81-4f36-a25d-27bc82c1a365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5836fbf6-8a81-4f36-a25d-27bc82c1a365",
    "match": "https://api-prod.gambitprofit.com/api/matches/801d2ab1-66ef-45dc-a511-4788eaf9c6fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:10.475698-04: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": "Pittsburgh Penguins",
                "amount": 7398.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2602.0
            }
        ],
        "expected_reward_tokens": 9469.44,
        "profit_sb": -30.56,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "05a1e33b-d5bc-409e-bc32-09b3168d802d",
            "gambit_id": "34207a9b-fdd5-46a6-9dd6-f676ecb6bd7a",
            "last_updated": "2023-03-15T14:07:07.136553-04:00",
            "created_at": "2023-03-14T09:37:10.477153-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5836fbf6-8a81-4f36-a25d-27bc82c1a365/?format=api"
        },
        {
            "id": "ac04fd56-2280-4fb3-a428-d8276d02e98c",
            "gambit_id": "5c608e21-6451-475e-903a-dc30ca3364b4",
            "last_updated": "2023-03-15T14:07:07.137744-04:00",
            "created_at": "2023-03-14T09:37:10.478759-04:00",
            "name": "Montreal Canadiens",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5836fbf6-8a81-4f36-a25d-27bc82c1a365/?format=api"
        }
    ]
}