GET /api/bet_types/81f5b6f2-7b3f-4352-adb5-441c4c0c6fb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81f5b6f2-7b3f-4352-adb5-441c4c0c6fb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/bff6c7bc-457e-4cb8-82ee-94bff25363b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-11T11:17:06.582689-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": "NYY (D German)",
                "amount": 5234.0
            },
            {
                "team": "TAM (D Rasmussen)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f290e00-135e-4caf-90d3-2cd44d02f2dc",
            "gambit_id": "e1b71a78-6363-4810-a8c8-9a35f35cf62a",
            "last_updated": "2023-05-14T10:57:13.129095-04:00",
            "created_at": "2023-05-11T11:17:06.584216-04:00",
            "name": "NYY (D German)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f5b6f2-7b3f-4352-adb5-441c4c0c6fb3/?format=api"
        },
        {
            "id": "5463d055-395a-4543-a177-0188301bf876",
            "gambit_id": "e619a01a-6f39-4ca8-9cb5-b448c1141362",
            "last_updated": "2023-05-14T10:57:13.130413-04:00",
            "created_at": "2023-05-11T11:17:06.585626-04:00",
            "name": "TAM (D Rasmussen)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f5b6f2-7b3f-4352-adb5-441c4c0c6fb3/?format=api"
        }
    ]
}