GET /api/bet_types/a2337aba-4132-4008-9739-33c3fd1bb17f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2337aba-4132-4008-9739-33c3fd1bb17f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a27af9e3-ffdf-452b-9515-03b61d94a004/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:09.394595-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": "TAM (T Bradley)",
                "amount": 5578.0
            },
            {
                "team": "BOS (C Sale)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b242740-9ef6-46c9-b91a-5405fed124d1",
            "gambit_id": "f6716910-ee96-40f5-8d81-d558ebca6ba6",
            "last_updated": "2023-04-13T10:52:19.439204-04:00",
            "created_at": "2023-04-12T08:57:09.397452-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.72000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2337aba-4132-4008-9739-33c3fd1bb17f/?format=api"
        },
        {
            "id": "00fbc2f9-87ff-4839-9958-85e2cee0afab",
            "gambit_id": "480b57ad-3261-4251-a323-db6176471a26",
            "last_updated": "2023-04-13T10:52:19.440401-04:00",
            "created_at": "2023-04-12T08:57:09.399988-04:00",
            "name": "BOS (C Sale)",
            "reward": "2.17000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2337aba-4132-4008-9739-33c3fd1bb17f/?format=api"
        }
    ]
}