GET /api/bet_types/8c2d0513-7347-4b98-96a0-d0b051995ff1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c2d0513-7347-4b98-96a0-d0b051995ff1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0d87c53-4880-45c0-9531-da5d0a107495/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-20T08:43:03.695713-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": "MIN (D Keuchel)",
                "amount": 5478.0
            },
            {
                "team": "PIT (O Bido)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "41e86274-773a-49de-887a-f2b9bb267afb",
            "gambit_id": "0da2123e-74ac-46a5-aa6b-37f2b658f383",
            "last_updated": "2023-08-27T14:08:10.903137-04:00",
            "created_at": "2023-08-20T08:43:03.700343-04:00",
            "name": "MIN (D Keuchel)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c2d0513-7347-4b98-96a0-d0b051995ff1/?format=api"
        },
        {
            "id": "981b8e12-084b-448d-bc49-2d8a985b6ac7",
            "gambit_id": "e1bf2bf0-e0b2-4f63-b895-a7795c01ccdc",
            "last_updated": "2023-08-27T14:08:10.899546-04:00",
            "created_at": "2023-08-20T08:43:03.704895-04:00",
            "name": "PIT (O Bido)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c2d0513-7347-4b98-96a0-d0b051995ff1/?format=api"
        }
    ]
}