GET /api/bet_types/76d9b223-b700-4305-a6c4-23d2d4dd20d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76d9b223-b700-4305-a6c4-23d2d4dd20d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8986fe3-92bc-4403-8400-8697c9a91227/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:11.925419-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": "WAS (M Gore)",
                "amount": 5039.0
            },
            {
                "team": "PHI (M Strahm)",
                "amount": 4961.0
            }
        ],
        "expected_reward_tokens": 9574.1,
        "profit_sb": 74.1,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "623bbbaf-dfbb-4d9e-b456-bd5980de0559",
            "gambit_id": "89e4933a-defa-45d3-aaee-c6cbeaeaf960",
            "last_updated": "2023-06-05T10:57:22.093067-04:00",
            "created_at": "2023-06-03T11:22:11.931894-04:00",
            "name": "WAS (M Gore)",
            "reward": "1.90000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76d9b223-b700-4305-a6c4-23d2d4dd20d7/?format=api"
        },
        {
            "id": "f65df983-2dee-4532-99a9-3336c7d530e7",
            "gambit_id": "85ca968a-a4f9-4e51-8ab0-6410eb2d78ed",
            "last_updated": "2023-06-05T10:57:22.090280-04:00",
            "created_at": "2023-06-03T11:22:11.928158-04:00",
            "name": "PHI (M Strahm)",
            "reward": "1.93000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76d9b223-b700-4305-a6c4-23d2d4dd20d7/?format=api"
        }
    ]
}