GET /api/bet_types/d7a2051a-2057-469f-9ce2-f2762c3ecc31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7a2051a-2057-469f-9ce2-f2762c3ecc31",
    "match": "https://api-prod.gambitprofit.com/api/matches/52af9cbf-fc90-4462-b5f5-bd28420c17d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T09:12:08.801356-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": "New York Islanders",
                "amount": 5419.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e51f368-d3ba-46ae-a120-b77cf6744802",
            "gambit_id": "359d8b3d-27ec-4cd3-9a89-0a86cae0f2b1",
            "last_updated": "2023-02-18T09:52:17.248730-05:00",
            "created_at": "2023-02-17T09:12:08.802589-05:00",
            "name": "New York Islanders",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a2051a-2057-469f-9ce2-f2762c3ecc31/?format=api"
        },
        {
            "id": "9ef6a3ba-99e2-4ac9-8474-89024936bdc2",
            "gambit_id": "28cfd44a-132d-4ffe-9424-cb5149a463be",
            "last_updated": "2023-02-18T09:52:17.249867-05:00",
            "created_at": "2023-02-17T09:12:08.804174-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a2051a-2057-469f-9ce2-f2762c3ecc31/?format=api"
        }
    ]
}