GET /api/bet_types/3e0d8f3e-d256-47de-8fe7-8f7743ccfb6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e0d8f3e-d256-47de-8fe7-8f7743ccfb6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/41d09fe1-b4c9-449a-a1cf-4f1e8c1d16fa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:05.228618-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 (Z Eflin)",
                "amount": 5615.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc21ccc9-e26f-4dc1-a771-05cb4b5c8b94",
            "gambit_id": "9f05e427-0a28-4b07-9b32-254dff120e97",
            "last_updated": "2023-05-15T11:37:02.380084-04:00",
            "created_at": "2023-05-14T10:57:05.231925-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0d8f3e-d256-47de-8fe7-8f7743ccfb6c/?format=api"
        },
        {
            "id": "5f6e1d84-8a5c-4e6b-98b9-12f415b7d347",
            "gambit_id": "341eb17e-5948-46d2-b379-6a86a675627a",
            "last_updated": "2023-05-15T11:37:02.378734-04:00",
            "created_at": "2023-05-14T10:57:05.230217-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0d8f3e-d256-47de-8fe7-8f7743ccfb6c/?format=api"
        }
    ]
}