GET /api/bet_types/14dd3d2a-364d-4069-8a5d-27bea5b0dc11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14dd3d2a-364d-4069-8a5d-27bea5b0dc11",
    "match": "https://api-prod.gambitprofit.com/api/matches/f559dfdd-1989-418e-adf4-5ec5191eee57/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:20.892033-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": "CLE (A Civale)",
                "amount": 6833.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "a934f31d-cd83-4edd-8367-c050f547ca11",
            "gambit_id": "6c34d24f-e542-4e9a-91ec-6df32a14b403",
            "last_updated": "2023-06-27T19:08:27.541841-04:00",
            "created_at": "2023-06-20T08:33:20.895891-04:00",
            "name": "CLE (A Civale)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14dd3d2a-364d-4069-8a5d-27bea5b0dc11/?format=api"
        },
        {
            "id": "be0a0df6-de5d-4f62-b0ba-35191768133f",
            "gambit_id": "dc613f78-efcf-45ad-bb83-450e293fa75d",
            "last_updated": "2023-06-27T19:08:27.538768-04:00",
            "created_at": "2023-06-20T08:33:20.893795-04:00",
            "name": "OAK (L Medina)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14dd3d2a-364d-4069-8a5d-27bea5b0dc11/?format=api"
        }
    ]
}