GET /api/bet_types/1d00f74b-81b9-44d3-a9e2-79f05c945628/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d00f74b-81b9-44d3-a9e2-79f05c945628",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c12bfec-171e-4348-afae-71076f48e760/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:57.424505-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": "Sacramento Kings",
                "amount": 7184.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2816.0
            }
        ],
        "expected_reward_tokens": 9123.68,
        "profit_sb": 123.68,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "48648e0a-1a4a-4ddd-ad05-d66d642ecf6b",
            "gambit_id": "94abbac4-528e-457f-a4d3-d61d936aabb2",
            "last_updated": "2022-12-24T18:56:52.432379-05:00",
            "created_at": "2022-12-23T09:06:57.425776-05:00",
            "name": "Sacramento Kings",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d00f74b-81b9-44d3-a9e2-79f05c945628/?format=api"
        },
        {
            "id": "ab4c7df7-8e0a-4e1f-8b00-e76756c18c53",
            "gambit_id": "21f28a73-9b69-47e2-ba5f-db2a48c1f1c8",
            "last_updated": "2022-12-24T18:56:52.433439-05:00",
            "created_at": "2022-12-23T09:06:57.426983-05:00",
            "name": "Washington Wizards",
            "reward": "3.24000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d00f74b-81b9-44d3-a9e2-79f05c945628/?format=api"
        }
    ]
}